aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Parser.h
Commit message (Expand)AuthorAgeFilesLines
* Further refactor.chriseth2018-05-091-4/+8
* Refactor expression parser.chriseth2018-05-091-5/+5
* Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-041-1/+0
* Remove useless helper expectAssignmentOperator in parserAlex Beregszaszi2018-05-041-1/+0
* Refactor parser.chriseth2018-04-261-8/+12
* Set header.isConstructor for old style constructors in parseFunctionHeader as...Daniel Kirchner2018-04-041-1/+5
* Constructors are defined using the ``constructor`` keyword.Daniel Kirchner2018-04-041-0/+1
* Introduce emit statement.chriseth2018-02-221-0/+1
* Check recursion depth in assembly parser.chriseth2017-08-221-7/+0
* Mark appropriate constructors explicitAlex Beregszaszi2017-08-221-1/+1
* Prevent too deep recursion in parser.chriseth2017-08-151-0/+7
* Replace constant/payable with StateMutability in ASTAlex Beregszaszi2017-08-141-3/+2
* Show previous visibility specifier in parser errorAlex Beregszaszi2017-08-091-0/+1
* Refactor error reportingRhett Aultman2017-05-301-1/+1
* Pull out common code to a helperAlex Beregszaszi2017-05-271-0/+1
* Move Solidity specific methods from ParserBase to the Solidity ParserAlex Beregszaszi2017-05-271-0/+4
* Factor out tokenToContractKindAlex Beregszaszi2017-03-181-0/+1
* Support interface (contract) keyword in the parserAlex Beregszaszi2017-03-181-1/+1
* Fix licensing headersVoR02202016-11-231-4/+4
* Function type state variables.chriseth2016-11-161-0/+2
* Function types.chriseth2016-11-161-0/+14
* Add support for do/while loopsRhett Aultman2016-11-101-0/+1
* Version pragma.chriseth2016-09-011-0/+1
* Parsing for inline assembly.chriseth2016-03-301-0/+1
* - inline and assembly keywords addedLianaHus2016-03-121-2/+2
* Move reusable parser components into base class.chriseth2016-02-231-25/+4
* Use paths instead of simple identifiers wherever possible.chriseth2015-12-221-0/+1
* Added the `using x for y` directive.chriseth2015-11-271-0/+1
* Allow docstrings for statements.chriseth2015-10-271-5/+7
* File reorganisation.chriseth2015-10-211-0/+164