aboutsummaryrefslogtreecommitdiffstats
path: root/grammar.txt
Commit message (Collapse)AuthorAgeFilesLines
* Specify value for contract creation.Christian2015-01-141-1/+1
|
* Minor issues, grammar update, new ForStatement testLefteris Karapetsas2014-12-171-2/+4
|
* Solidity ForStatements expressions are now optionalLefteris Karapetsas2014-12-171-1/+1
|
* new ForStatement parsing test and small grammar fixLefteris Karapetsas2014-12-171-1/+1
|
* Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+1
| | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress
* Stylistic changes.Christian2014-12-161-1/+1
|
* Create contracts.Christian2014-12-151-1/+2
|
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-101-5/+8
|
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-7/+7
|
* Solidity parser, can not parse much yet.Christian2014-10-081-0/+32