aboutsummaryrefslogtreecommitdiffstats
path: root/AST_accept.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow conversion to dynamic arrays and update grammar.Christian2015-02-221-2/+4
|
* Parsing of array types and basic implementation.Christian2015-02-211-0/+22
|
* renamed local vaiable in fromDeclarationLiana Husikyan2015-02-211-0/+1
| | | | added missing endvisit
* corrected accept for variableDeclarationLiana Husikyan2015-02-211-9/+8
| | | | changes after code review
* Inline member initialisationLiana Husikyan2015-02-211-6/+6
| | | | | renamed VariableDefinition class to VariableDeclarationStatement added tests
* Typo in EnumValueLefteris Karapetsas2015-02-141-2/+2
|
* EnumDeclaration -> EnumValueLefteris Karapetsas2015-02-141-2/+2
|
* Enums NameAndTypeResolution - WIPLefteris Karapetsas2015-02-141-0/+2
| | | | - Also adding an EndToEnd enum test
* Parsing an enum AST nodeLefteris Karapetsas2015-02-141-5/+19
|
* Parsing enums for Solidity - WIPLefteris Karapetsas2015-02-141-0/+12
|
* Parsing of events.Christian2015-01-301-2/+18
|
* Type resolution for function modifiers.Christian2015-01-261-0/+22
|
* Function modifier parsing.Christian2015-01-261-0/+34
|
* Constructor arguments for base classes.Christian2015-01-201-0/+22
|
* Specify value for contract creation.Christian2015-01-141-6/+0
|
* Solidity ForStatements expressions are now optionalLefteris Karapetsas2014-12-171-6/+12
|
* Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+24
| | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress
* Create contracts.Christian2014-12-151-0/+20
|
* Move implementations of ::accept out of AST.cpp.Christian2014-12-091-0/+493