aboutsummaryrefslogtreecommitdiffstats
path: root/Token.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Addressing issues in Enum style fixLefteris Karapetsas2015-02-101-1/+0
|
* Changing Solidity Code to use CamelCase enum valuesLefteris Karapetsas2015-02-091-2/+2
|
* More convenient function type construction.Christian2015-01-121-0/+17
|
* Coding style cleanup: const and vecptr.Christian2014-10-201-4/+4
|
* Corrected coding style.Christian2014-10-161-7/+14
|
* Corrected indentation.Christian2014-10-091-4/+4
|
* Solidity scanner and some unit tests.Christian2014-10-081-0/+77
The scanner is a modified version of the v8 javascript scanner.