aboutsummaryrefslogtreecommitdiffstats
path: root/AST.h
Commit message (Expand)AuthorAgeFilesLines
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-108/+109
* Coding style cleanup: const and vecptr.Christian2014-10-201-20/+20
* Coding style and cleanupChristian2014-10-171-79/+59
* Corrected coding style.Christian2014-10-161-16/+21
* Type system, not yet complete.Christian2014-10-161-33/+90
* Name resolution.Christian2014-10-131-1/+16
* AST printer and command line tool, some fixes.Christian2014-10-101-34/+84
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-101-19/+91
* Corrected indentation.Christian2014-10-091-114/+114
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-24/+67
* Solidity parser, can not parse much yet.Christian2014-10-081-0/+287