Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parsing of not fully implemented functions | Lefteris Karapetsas | 2015-03-25 | 1 | -2/+4 |
| | | | | | | | | - Adding the possibility of omitting a function body by simply ending a function definition with a semicolon - Such a function is marked as not fully implemented and any contract that contains such a function is considered a not fully implemented contract | ||||
* | Allow conversion to dynamic arrays and update grammar. | Christian | 2015-02-22 | 1 | -2/+4 |
| | |||||
* | Parsing of array types and basic implementation. | Christian | 2015-02-21 | 1 | -0/+22 |
| | |||||
* | renamed local vaiable in fromDeclaration | Liana Husikyan | 2015-02-21 | 1 | -0/+1 |
| | | | | added missing endvisit | ||||
* | corrected accept for variableDeclaration | Liana Husikyan | 2015-02-21 | 1 | -9/+8 |
| | | | | changes after code review | ||||
* | Inline member initialisation | Liana Husikyan | 2015-02-21 | 1 | -6/+6 |
| | | | | | renamed VariableDefinition class to VariableDeclarationStatement added tests | ||||
* | Typo in EnumValue | Lefteris Karapetsas | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | EnumDeclaration -> EnumValue | Lefteris Karapetsas | 2015-02-14 | 1 | -2/+2 |
| | |||||
* | Enums NameAndTypeResolution - WIP | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+2 |
| | | | | - Also adding an EndToEnd enum test | ||||
* | Parsing an enum AST node | Lefteris Karapetsas | 2015-02-14 | 1 | -5/+19 |
| | |||||
* | Parsing enums for Solidity - WIP | Lefteris Karapetsas | 2015-02-14 | 1 | -0/+12 |
| | |||||
* | Parsing of events. | Christian | 2015-01-30 | 1 | -2/+18 |
| | |||||
* | Type resolution for function modifiers. | Christian | 2015-01-26 | 1 | -0/+22 |
| | |||||
* | Function modifier parsing. | Christian | 2015-01-26 | 1 | -0/+34 |
| | |||||
* | Constructor arguments for base classes. | Christian | 2015-01-20 | 1 | -0/+22 |
| | |||||
* | Specify value for contract creation. | Christian | 2015-01-14 | 1 | -6/+0 |
| | |||||
* | Solidity ForStatements expressions are now optional | Lefteris Karapetsas | 2014-12-17 | 1 | -6/+12 |
| | |||||
* | Adding a ForStatement solidity AST Node. | Lefteris Karapetsas | 2014-12-17 | 1 | -0/+24 |
| | | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress | ||||
* | Create contracts. | Christian | 2014-12-15 | 1 | -0/+20 |
| | |||||
* | Move implementations of ::accept out of AST.cpp. | Christian | 2014-12-09 | 1 | -0/+493 |