aboutsummaryrefslogtreecommitdiffstats
path: root/solidityParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding natspec comment test being between keyword and signatureLefteris Karapetsas2014-12-011-2/+24
* Solidity natspec docstring test improvementsLefteris Karapetsas2014-11-281-23/+47
* Solidity FunctionDefinition used ASTString shared ptr for docstringsLefteris Karapetsas2014-11-281-9/+11
* Adding solidity natspec comment inside function bodyLefteris Karapetsas2014-11-281-0/+30
* Fixing multiline comment parsing in solidityLefteris Karapetsas2014-11-281-2/+0
* Solidity work for documentation stringsLefteris Karapetsas2014-11-281-0/+52
* Solidity function AST nodes get documentation attributeLefteris Karapetsas2014-11-271-1/+32
* Magic variables.Christian2014-11-241-20/+0
* Contracts as types and framework for special global variables.Christian2014-11-241-0/+20
* Bugfix: Special case of statements starting with type conversion.Christian2014-11-051-1/+9
* Further const placement changes.Christian2014-10-301-1/+1
* Parser fix: Consume break and continue.Christian2014-10-291-1/+1
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-1/+1
* Corrected coding style.Christian2014-10-161-10/+16
* Added meaningful exception types.Christian2014-10-161-2/+2
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-101-0/+78
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-9/+94
* Solidity parser, can not parse much yet.Christian2014-10-081-0/+52