Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the entire token as source location for parser errors. | Daniel Kirchner | 2018-05-09 | 1 | -2/+2 |
| | |||||
* | More user friendly output in case of Identifier and Token keywords | Alex Beregszaszi | 2018-05-04 | 1 | -16/+17 |
| | |||||
* | Remove code duplication in expectToken | Alex Beregszaszi | 2018-05-04 | 1 | -23/+11 |
| | |||||
* | Introduce Token::friendlyName() helper | Alex Beregszaszi | 2018-05-04 | 1 | -5/+5 |
| | |||||
* | Display nicer error messages in the parser (display tokens and not internal ↵ | Alex Beregszaszi | 2018-05-04 | 1 | -11/+11 |
| | | | | names) | ||||
* | Simplify expectIdentifierToken by using expectToken | Alex Beregszaszi | 2018-05-04 | 1 | -2/+3 |
| | |||||
* | Limit parser recursion depth further (needed by increased assembly data ↵ | Alex Beregszaszi | 2017-09-20 | 1 | -1/+1 |
| | | | | structure size) | ||||
* | Reduce max recursion depth. | chriseth | 2017-08-22 | 1 | -1/+1 |
| | |||||
* | Check recursion depth in assembly parser. | chriseth | 2017-08-22 | 1 | -0/+13 |
| | |||||
* | Avoid including Scanner.h in ParserBase.h | Alex Beregszaszi | 2017-06-23 | 1 | -0/+20 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -8/+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 | ||||
* | Move Solidity specific methods from ParserBase to the Solidity Parser | Alex Beregszaszi | 2017-05-27 | 1 | -56/+0 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Raise proper error on reserved keywords | Alex Beregszaszi | 2016-09-06 | 1 | -1/+11 |
| | |||||
* | helper function in scanner and corresponding edits to parserBase | VoR0220 | 2016-03-31 | 1 | -12/+3 |
| | |||||
* | Got it working exactly like you wanted ;) | VoR0220 | 2016-03-31 | 1 | -19/+68 |
| | |||||
* | Move reusable parser components into base class. | chriseth | 2016-02-23 | 1 | -0/+103 |