aboutsummaryrefslogtreecommitdiffstats
path: root/solidityParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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