aboutsummaryrefslogtreecommitdiffstats
path: root/ASTForward.h
Commit message (Expand)AuthorAgeFilesLines
* Parsing of array types and basic implementation.Christian2015-02-211-0/+1
* Inline member initialisationLiana Husikyan2015-02-211-1/+1
* Typo in EnumValueLefteris Karapetsas2015-02-141-1/+1
* EnumDeclaration -> EnumValueLefteris Karapetsas2015-02-141-1/+1
* Parsing enums for Solidity - WIPLefteris Karapetsas2015-02-141-0/+2
* Parsing of events.Christian2015-01-301-0/+1
* Type resolution for function modifiers.Christian2015-01-261-0/+3
* Function modifier parsing.Christian2015-01-261-0/+2
* Constructor arguments for base classes.Christian2015-01-201-0/+1
* Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+1
* Create contracts.Christian2014-12-151-0/+1
* Import directive.Christian2014-12-031-0/+2
* Magic variables.Christian2014-11-241-0/+1
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-0/+1
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-1/+1
* Coding style cleanup: const and vecptr.Christian2014-10-201-2/+0
* Corrected coding style.Christian2014-10-161-14/+17
* Type system, not yet complete.Christian2014-10-161-0/+1
* Added copyright blocks.Christian2014-10-131-0/+22
* Name resolution.Christian2014-10-131-0/+1
* AST printer and command line tool, some fixes.Christian2014-10-101-0/+53