aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/ParserBase.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper nam...Christian Parpart2018-10-221-4/+4
* 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
* 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
* Buildfix.chriseth2016-02-231-3/+1
* Move reusable parser components into base class.chriseth2016-02-231-0/+76