Files
Nim/tests/stdlib
gemath f26ed1d540 Add interpreting event parser proc to pegs module. (#8075)
* 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.
2018-08-24 20:13:37 +02:00
..
2018-08-13 12:29:03 +02:00
2017-12-14 12:46:09 +01:00
2018-01-14 23:49:53 +01:00
2017-11-15 17:25:48 +01:00
2018-08-13 12:29:03 +02:00
2018-08-02 01:19:29 +02:00
2017-12-14 12:46:09 +01:00
2018-06-05 00:09:07 -04:00
2018-08-22 17:20:41 +02:00
2018-04-30 11:16:56 +02:00