1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
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
..
boot Update take/drop - while/until. 2019-08-06 15:33:55 +08:00
conf Add os/arch to core. 2019-08-18 10:00:04 -05:00
core Add backmatch operator to pegs. 2019-08-24 18:57:01 -04:00
include Fix some stack overflow bugs. 2019-08-19 01:19:51 -04:00
mainclient Add some color to stacktraces in repl. 2019-08-12 19:20:01 -05:00
webclient Fix up webclient. 2019-06-24 17:27:03 -04:00