aboutsummaryrefslogtreecommitdiffstats
path: root/solidityScanner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support for negative literals.Christian2014-11-061-4/+22
* Corrected coding style.Christian2014-10-161-75/+80
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-12/+12
* Solidity parser, can not parse much yet.Christian2014-10-081-19/+18
* Solidity scanner and some unit tests.Christian2014-10-081-0/+139