aboutsummaryrefslogtreecommitdiffstats
path: root/Types.h
Commit message (Expand)AuthorAgeFilesLines
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-3/+3
* Replace BOOST_ASSERT by assert.Christian2014-10-251-1/+0
* Some documentation.Christian2014-10-251-2/+16
* Expression compiler.Christian2014-10-251-8/+23
* Type information for AST printer.Christian2014-10-231-7/+24
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-21/+14
* Coding style cleanup: const and vecptr.Christian2014-10-201-5/+5
* Coding style and cleanupChristian2014-10-171-13/+13
* Corrected coding style.Christian2014-10-161-21/+37
* Remove unused parameters.Christian2014-10-161-3/+3
* Type system, not yet complete.Christian2014-10-161-0/+171