aboutsummaryrefslogtreecommitdiffstats
path: root/Compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings about uninitialized members.Christian2015-01-071-1/+1
* Merge pull request #623 from chriseth/sol_constructorCheckschriseth2014-12-171-3/+9
|\
| * Add functions needed by constructor.Christian2014-12-171-3/+9
* | Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+1
|/
* Create contracts.Christian2014-12-151-2/+4
* Swap literals to the end if optimizing.Christian2014-12-121-2/+4
* Clear separation between ASTVisitor and ASTConstVisitor and more const specif...Christian2014-12-081-1/+1
* Const AST visitor for the compiler.Christian2014-12-081-9/+9
* Magic variables.Christian2014-11-241-4/+1
* Special handling for constructor.Christian2014-11-191-4/+9
* Option to activate the optimizer for solidity.Christian2014-11-071-2/+2
* Some tests and bugfixes for the compiler.Christian2014-11-031-1/+0
* Actual contract creator and add solidity to AlethZero interface.Christian2014-10-311-0/+2
* Function selector and variable (un)packing.Christian2014-10-311-5/+11
* Renamed file.Christian2014-10-311-1/+1
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-117/+24
* Compiler for assignments.Christian2014-10-291-2/+14
* Documentation for AST, Parser, Scanner and other classes.Christian2014-10-251-2/+2
* Expression compiler.Christian2014-10-251-0/+140