aboutsummaryrefslogtreecommitdiffstats
path: root/ASTJsonConverter.cpp
Commit message (Expand)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
* 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
* 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