aboutsummaryrefslogtreecommitdiffstats
path: root/ASTJsonConverter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed visit functions for abstract AST nodes.chriseth2015-04-281-45/+0
|
* JSON compiler.Christian2015-04-221-2/+15
|
* Inline member initialisationLiana Husikyan2015-02-211-2/+2
| | | | | renamed VariableDefinition class to VariableDeclarationStatement added tests
* No write access to parameters of external functions.Christian2015-02-171-10/+7
|
* ExpressionCompiler's enums to CamelCaseLefteris Karapetsas2015-02-091-1/+1
|
* Type resolution for function modifiers.Christian2015-01-261-1/+2
|
* Style fixes and refactoring in ASTJsonConverterLefteris Karapetsas2015-01-161-39/+24
|
* Solidity AST Json ExporterLefteris Karapetsas2015-01-151-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 pointersLefteris Karapetsas2015-01-151-5/+3
|
* More work on the AST export. Work in progressLefteris Karapetsas2015-01-151-93/+122
|
* Preparing the ground for AST outputing to JSONLefteris Karapetsas2015-01-151-0/+490