1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-24 04:00:02 +00:00
Calvin Rose 711fe64a51 Add backmatch operator to pegs.
(backmatch [tag?]) is similar to a back reference in regular expressions
(NOT to backwards capture in a peg). It only matches a pattern if
it exactly matches the text of the last capture. It does not consume
or push any captures to the capture stack.
2019-08-24 18:57:01 -04:00
..
2019-02-21 19:19:47 -05:00
2019-07-07 23:23:45 -05:00
2019-06-18 22:10:13 -04:00
2019-06-18 22:10:13 -04:00
2019-08-24 18:57:01 -04:00
2019-06-18 22:10:13 -04:00
2019-08-06 15:33:55 +08:00