aboutsummaryrefslogtreecommitdiffstats
path: root/solidityParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Special case of statements starting with type conversion.Christian2014-11-051-1/+9
* Further const placement changes.Christian2014-10-301-1/+1
* Parser fix: Consume break and continue.Christian2014-10-291-1/+1
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-1/+1
* Corrected coding style.Christian2014-10-161-10/+16
* Added meaningful exception types.Christian2014-10-161-2/+2
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-101-0/+78
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-9/+94
* Solidity parser, can not parse much yet.Christian2014-10-081-0/+52