aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: libsolidity/AST.cpp libsolidity/AST.h libsolidity/Compiler.cpp libsolidity/Compiler.h libsolidity/NameAndTypeResolver.h libsolidity/Types.cpp solc/main.cpp test/solidityCompiler.cpp
| * 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
|/ | | | | | | | ExpressionStatement functions as glue between Statements and Expressions. This way it is possible to detect when the border between statements and expressions is crossed while walking the AST. Note that ExpressionStatement is not the only border, almost every statement can contains expressions.
* 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
| | | | pointer.
* 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