aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/ParserBase.h
Commit message (Collapse)AuthorAgeFilesLines
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-93/+0
|
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper ↵Christian Parpart2018-10-221-4/+4
| | | | namespace
* Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-041-1/+1
|
* Check recursion depth in assembly parser.chriseth2017-08-221-0/+20
|
* Mark appropriate constructors explicitAlex Beregszaszi2017-08-221-1/+1
|
* Avoid including Scanner.h in ParserBase.hAlex Beregszaszi2017-06-231-5/+4
|
* Refactor error reportingRhett Aultman2017-05-301-3/+3
| | | | | | | | | 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
* Add scanner helpers to ParserBaseAlex Beregszaszi2017-05-271-1/+5
|
* Move Solidity specific methods from ParserBase to the Solidity ParserAlex Beregszaszi2017-05-271-4/+0
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Buildfix.chriseth2016-02-231-3/+1
|
* Move reusable parser components into base class.chriseth2016-02-231-0/+76