Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed visit functions for abstract AST nodes. | chriseth | 2015-04-28 | 1 | -45/+0 |
| | |||||
* | JSON compiler. | Christian | 2015-04-22 | 1 | -2/+15 |
| | |||||
* | Inline member initialisation | Liana Husikyan | 2015-02-21 | 1 | -2/+2 |
| | | | | | renamed VariableDefinition class to VariableDeclarationStatement added tests | ||||
* | No write access to parameters of external functions. | Christian | 2015-02-17 | 1 | -10/+7 |
| | |||||
* | ExpressionCompiler's enums to CamelCase | Lefteris Karapetsas | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Type resolution for function modifiers. | Christian | 2015-01-26 | 1 | -1/+2 |
| | |||||
* | Style fixes and refactoring in ASTJsonConverter | Lefteris Karapetsas | 2015-01-16 | 1 | -39/+24 |
| | |||||
* | Solidity AST Json Exporter | Lefteris Karapetsas | 2015-01-15 | 1 | -130/+99 |
| | | | | | - A first version of the exporter is ready with this commit - Further refinement will follow once it gets used | ||||
* | ASTJSonconverter stack takes objects and not pointers | Lefteris Karapetsas | 2015-01-15 | 1 | -5/+3 |
| | |||||
* | More work on the AST export. Work in progress | Lefteris Karapetsas | 2015-01-15 | 1 | -93/+122 |
| | |||||
* | Preparing the ground for AST outputing to JSON | Lefteris Karapetsas | 2015-01-15 | 1 | -0/+490 |