aboutsummaryrefslogtreecommitdiffstats
path: root/grammar.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removing ';' from the end of EnumDefinitionLefteris Karapetsas2015-02-141-1/+1
|
* adding Enums to grammar.txtLefteris Karapetsas2015-02-141-1/+4
|
* Visibility specifiers.Christian2015-02-031-3/+4
|
* Type resolution for function modifiers.Christian2015-01-261-3/+3
|
* Constructor arguments for base classes.Christian2015-01-201-1/+4
|
* 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