index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
AST.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Asterisk-syntax for doxygen class documentation.
Christian
2014-10-28
1
-45
/
+95
*
Stylistic corrections.
Christian
2014-10-28
1
-11
/
+11
*
Documentation for AST, Parser, Scanner and other classes.
Christian
2014-10-25
1
-12
/
+64
*
Expression compiler.
Christian
2014-10-25
1
-0
/
+13
*
Remove nullptr comparisons.
Christian
2014-10-24
1
-1
/
+1
*
Use createTypeError everywhere and stream out Location.
Christian
2014-10-24
1
-2
/
+1
*
Use boost errinfo.
Christian
2014-10-24
1
-2
/
+7
*
Corrected spacing around colon.
Christian
2014-10-23
1
-57
/
+56
*
Access modifier cleanup.
Christian
2014-10-20
1
-0
/
+24
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-108
/
+109
*
Coding style cleanup: const and vecptr.
Christian
2014-10-20
1
-20
/
+20
*
Coding style and cleanup
Christian
2014-10-17
1
-79
/
+59
*
Corrected coding style.
Christian
2014-10-16
1
-16
/
+21
*
Type system, not yet complete.
Christian
2014-10-16
1
-33
/
+90
*
Name resolution.
Christian
2014-10-13
1
-1
/
+16
*
AST printer and command line tool, some fixes.
Christian
2014-10-10
1
-34
/
+84
*
Initial implementation of Solidity parser finished, not yet tested much.
Christian
2014-10-10
1
-19
/
+91
*
Corrected indentation.
Christian
2014-10-09
1
-114
/
+114
*
Parse everything up to function bodies and report parser errors with location.
Christian
2014-10-09
1
-24
/
+67
*
Solidity parser, can not parse much yet.
Christian
2014-10-08
1
-0
/
+287