aboutsummaryrefslogtreecommitdiffstats
path: root/ASTVisitor.h
Commit message (Expand)AuthorAgeFilesLines
* Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+4
* Create contracts.Christian2014-12-151-0/+4
* Clear separation between ASTVisitor and ASTConstVisitor and more const specif...Christian2014-12-081-34/+38
* Const functions for ASTVisitor and const ASTPrinter.Christian2014-12-081-0/+68
* Import directive.Christian2014-12-031-0/+4
* Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-11-011-6/+8
|\
| * Forgot some asterisks.Christian2014-10-281-6/+8
* | Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-0/+2
|/
* Some documentation.Christian2014-10-251-4/+6
* Corrected coding style.Christian2014-10-161-15/+19
* Added copyright blocks.Christian2014-10-131-0/+22
* Name resolution.Christian2014-10-131-0/+2
* AST printer and command line tool, some fixes.Christian2014-10-101-0/+76