aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Parser.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209
* 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
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* 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
| | | | | | | This commit adds support for a standard do <statement> while <expr>; form of statement. While loops were already being supported; supporting a do/while loop mostly involves reusing code from while loops but putting the conditional checking last.
* 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
| | | | - some style fixes
* 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