aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Some fixes in parser.Christian2015-01-281-0/+2
* Type resolution for function modifiers.Christian2015-01-261-0/+2
* Function modifier parsing.Christian2015-01-261-0/+4
* Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+2
* Create contracts.Christian2014-12-151-0/+2
* Clear separation between ASTVisitor and ASTConstVisitor and more const specif...Christian2014-12-081-1/+1
* Const functions for ASTVisitor and const ASTPrinter.Christian2014-12-081-64/+64
* Import directive.Christian2014-12-031-1/+2
* Provide interface for calls in JSON and some other formatting changes.Christian2014-11-121-2/+2
* Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-11-011-2/+4
|\
| * Further const placement changes.Christian2014-10-301-1/+1
| * Asterisk-syntax for doxygen class documentation.Christian2014-10-281-1/+3
* | Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-0/+2
|/
* Some documentation.Christian2014-10-251-0/+1
* Type information for AST printer.Christian2014-10-231-0/+1
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-2/+2
* Coding style and cleanupChristian2014-10-171-1/+1
* Corrected coding style.Christian2014-10-161-15/+19
* Added copyright blocks.Christian2014-10-131-0/+22
* Name resolution.Christian2014-10-131-57/+59
* AST printer and command line tool, some fixes.Christian2014-10-101-0/+88