aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Keyword cleanupChristian2014-10-172-65/+14
* Coding style and cleanupChristian2014-10-1714-315/+199
* Corrected coding style.Christian2014-10-1620-1049/+1145
* Remove unused parameters.Christian2014-10-161-3/+3
* Some fixes for the type system, should be quite usable now.Christian2014-10-164-159/+195
* Added meaningful exception types.Christian2014-10-164-29/+77
* Type system, not yet complete.Christian2014-10-1613-123/+816
* Added copyright blocks.Christian2014-10-138-0/+176
* Name resolution.Christian2014-10-1310-64/+318
* AST printer and command line tool, some fixes.Christian2014-10-108-55/+955
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-104-28/+338
* Corrected indentation.Christian2014-10-099-1273/+1292
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-098-68/+264
* Solidity parser, can not parse much yet.Christian2014-10-089-28/+675
* Solidity scanner and some unit tests.Christian2014-10-085-0/+1370