aboutsummaryrefslogtreecommitdiffstats
path: root/solidityExpressionCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improved external interface for multi-source and multi-contract compilation.Christian2014-12-041-0/+1
* Multi-source and multi-contract compiler.Christian2014-12-041-1/+2
* Import directive.Christian2014-12-031-21/+26
* Contracts as types and framework for special global variables.Christian2014-11-241-1/+1
* Evaluate expressions in convenient order.Christian2014-11-071-39/+34
* Support for negative literals.Christian2014-11-061-1/+40
* Type promotion fixes and tests.Christian2014-11-061-15/+18
* Test adjustments.Christian2014-11-031-3/+3
* Some tests and bugfixes for the compiler.Christian2014-11-031-1/+2
* Bugfix: Swap before mod and div.Christian2014-11-031-0/+2
* Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-11-011-6/+6
* Renamed file.Christian2014-10-311-0/+1
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-0/+348