Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Limit parser recursion depth further (needed by increased assembly data struc... | Alex Beregszaszi | 2017-09-20 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |