aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
Commit message (Expand)AuthorAgeFilesLines
* Type system, not yet complete.Christian2014-10-161-3/+3
* Name resolution.Christian2014-10-131-2/+2
* AST printer and command line tool, some fixes.Christian2014-10-101-1/+2
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-101-0/+10
* Corrected indentation.Christian2014-10-091-36/+37
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-2/+6
* Solidity parser, can not parse much yet.Christian2014-10-081-0/+64