aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.h
Commit message (Collapse)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
| | | | | | | - Adding ForStatement node - Implemented Parsing for ForStatement - A simple parsing test for the ForStatement - Work in progress
* Create contracts.Christian2014-12-151-0/+2
|
* Clear separation between ASTVisitor and ASTConstVisitor and more const ↵Christian2014-12-081-1/+1
| | | | specifiers.
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | 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