aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use boost errinfo.Christian2014-10-241-10/+10
* Improved exceptions and reporting exceptions for command-line compiler.Christian2014-10-231-10/+1
* Corrected spacing around colon.Christian2014-10-231-2/+1
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-86/+86
* Coding style cleanup: const and vecptr.Christian2014-10-201-15/+15
* Coding style and cleanupChristian2014-10-171-66/+32
* Corrected coding style.Christian2014-10-161-124/+164
* Added meaningful exception types.Christian2014-10-161-12/+14
* Type system, not yet complete.Christian2014-10-161-12/+25
* Name resolution.Christian2014-10-131-4/+5
* AST printer and command line tool, some fixes.Christian2014-10-101-20/+32
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-101-4/+229
* Corrected indentation.Christian2014-10-091-182/+200
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-20/+117
* Solidity parser, can not parse much yet.Christian2014-10-081-0/+180