aboutsummaryrefslogtreecommitdiffstats
path: root/Types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-10/+8
* Merge remote-tracking branch 'ethereum/develop' into sol_contractCompilerChristian2014-10-291-0/+1
|\
| * Warnings fixes.Gav Wood2014-10-261-0/+1
* | Replace BOOST_ASSERT by assert.Christian2014-10-251-3/+4
* | Expression compiler.Christian2014-10-251-12/+73
|/
* Merge pull request #410 from chriseth/sol_exceptionsGav Wood2014-10-251-1/+1
|\
| * Improved exceptions and reporting exceptions for command-line compiler.Christian2014-10-231-1/+1
* | Sorted include directives.Christian2014-10-241-1/+1
* | Type information for AST printer.Christian2014-10-231-0/+9
|/
* Corrected spacing around colon.Christian2014-10-231-2/+2
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-8/+8
* Coding style cleanup: const and vecptr.Christian2014-10-201-7/+7
* Corrected coding style.Christian2014-10-161-30/+34
* Some fixes for the type system, should be quite usable now.Christian2014-10-161-10/+18
* Type system, not yet complete.Christian2014-10-161-0/+152