aboutsummaryrefslogtreecommitdiffstats
path: root/ASTJsonConverter.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed visit functions for abstract AST nodes.chriseth2015-04-281-8/+0
|
* JSON compiler.Christian2015-04-221-1/+4
|
* Inline member initialisationLiana Husikyan2015-02-211-2/+2
| | | | | renamed VariableDefinition class to VariableDeclarationStatement added tests
* fixed jsoncpp find_pathMarek Kotewicz2015-02-101-1/+1
|
* Warnings fix.Gav Wood2015-01-171-1/+0
|
* Style fixes and refactoring in ASTJsonConverterLefteris Karapetsas2015-01-161-5/+4
|
* Solidity AST Json ExporterLefteris Karapetsas2015-01-151-7/+6
| | | | | - 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-1/+1
|
* More work on the AST export. Work in progressLefteris Karapetsas2015-01-151-3/+14
|
* Preparing the ground for AST outputing to JSONLefteris Karapetsas2015-01-151-0/+127