aboutsummaryrefslogtreecommitdiffstats
path: root/Parser.h
Commit message (Expand)AuthorAgeFilesLines
* - added isPartOfExternalInterface to DeclarationLiana Husikyan2015-03-161-3/+1
* added parsing for constant variablesLiana Husikyan2015-03-161-0/+1
* Fixed some checker warnings.chriseth2015-03-101-0/+2
* Changes after rebase on top of Array ParsingLefteris Karapetsas2015-02-251-2/+2
* Comments and warnings.Christian2015-02-231-1/+1
* Renames and comments.Christian2015-02-231-10/+16
* Parsing of array types and basic implementation.Christian2015-02-211-11/+29
* Inline member initialisationLiana Husikyan2015-02-211-4/+5
* Addressing issues with Enums in SolidityLefteris Karapetsas2015-02-141-2/+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/+3
* - implemented Empty parameter name story. Now the name of input/return parame...Liana Husikyan2015-02-091-0/+1
* Fixes for named-args.Gav Wood2015-02-041-1/+1
* Merge branch 'named-args' of https://github.com/guanqun/cpp-ethereum into gua...Gav Wood2015-02-041-1/+2
|\
| * implement named argumentsLu Guanqun2015-01-301-1/+2
* | Visibility specifiers.Christian2015-02-031-2/+2
* | Fix: No parameters for event.Christian2015-01-311-0/+3
* | Parsing of events.Christian2015-01-301-2/+11
|/
* Adding isStateVariable attribute to a VarDeclLefteris Karapetsas2015-01-291-1/+1
* Work in progress for state variable accessorsLefteris Karapetsas2015-01-291-5/+1
* Parsing accessor functions for public contract state variablesLefteris Karapetsas2015-01-291-0/+4
* Some fixes in parser.Christian2015-01-281-0/+1
* Type resolution for function modifiers.Christian2015-01-261-0/+1
* Function modifier parsing.Christian2015-01-261-0/+3
* Include virtual function overrides in constructor context.Christian2015-01-201-1/+1
* Constructor arguments for base classes.Christian2015-01-201-0/+1
* Minor issues, grammar update, new ForStatement testLefteris Karapetsas2014-12-171-3/+2
* ForStatement typecheck and initExpression is a StatementLefteris Karapetsas2014-12-171-1/+1
* Adding a ForStatement solidity AST Node.Lefteris Karapetsas2014-12-171-0/+6
* Improved external interface for multi-source and multi-contract compilation.Christian2014-12-041-0/+1
* Import directive.Christian2014-12-031-1/+2
* Contract compiler and also add ExpressionStatement to AST.Christian2014-10-301-0/+1
* Documentation for AST, Parser, Scanner and other classes.Christian2014-10-251-6/+7
* Use boost errinfo.Christian2014-10-241-1/+4
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-21/+21
* Coding style cleanup: const and vecptr.Christian2014-10-201-2/+2
* Corrected coding style.Christian2014-10-161-14/+17
* Type system, not yet complete.Christian2014-10-161-3/+3
* Name resolution.Christian2014-10-131-2/+2
* AST printer and command line tool, some fixes.Christian2014-10-101-1/+2
* Initial implementation of Solidity parser finished, not yet tested much.Christian2014-10-101-0/+10
* Corrected indentation.Christian2014-10-091-36/+37
* Parse everything up to function bodies and report parser errors with location.Christian2014-10-091-2/+6
* Solidity parser, can not parse much yet.Christian2014-10-081-0/+64