Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add interpreting event parser proc to pegs module. (#8075) | gemath | 2018-08-24 | 1 | -36/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added simple interpreting event parser to pegs module. * Has side-effects problem. * Macro solution works. * First flat callback test works. * Fixed namespace pollution. * Added handler for pkChar. * Replaced event parser test. * Started extensive docs. * 'callback' to 'handler' renaming part 1. * Renaming 'callback' to 'handler' part2, completed comments. * Fixed exported API pollution. * Added more event handler hooks, fixed comments. * Changed event parser addition entry. * Fixed variable names and comments. * Enhanced comment. * Leave handlers are not called for an unsuccessful match. * The three varieties of back-reference matches are processed in separate of-clauses now. * Improved hygiene and (almost) eliminated exports. * Trying to fix CI test breakage by eliminating export. * Trying to fix CI test breakage by eliminating exports. * Re-activated leave handler code execution for unsuccessful matches. * Eliminated the last export statement (with a funny smelling hack). * Make sure leave handler code is executed for all unsuccessful matcher cases. * Replaced local unicode.`==` with export. | ||||
* | Pegs AST read access (#8050) | gemath | 2018-06-19 | 1 | -0/+78 |
| | | | | | | | | | | | | * Make PEG AST nodes readable from outside the module. * Added a test module for the pegs stdlib module. * Edited changelog. * Renamed ``sons`` iterator to ``items``, added ``pairs``, inlined both. * Updated entry and moved it to the right category. | ||||
* | update the documentation about the new strings/seqs behaviours | Andreas Rumpf | 2018-04-29 | 1 | -1770/+0 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -11/+11 |
| | |||||
* | makes tests green | Andreas Rumpf | 2016-01-15 | 1 | -1/+1 |
| | |||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 1 | -173/+173 |
| | |||||
* | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 1 | -14/+14 |
| | |||||
* | release of 0.10.2 | Araq | 2014-12-29 | 1 | -32/+32 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 1 | -5/+5 |
| | |||||
* | make some tests green | Zahary Karadjov | 2014-03-16 | 1 | -1/+1 |
| | |||||
* | Changed tests and tools to use 'discard' statements instead of 'nil' for ↵ | Clay Sweetser | 2014-02-15 | 1 | -7/+7 |
| | | | | empty blocks. | ||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+1770 |