1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 06:38:13 +00:00
janet/test
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
..
amalg Add some tests for the amalgamated source/ 2019-05-23 10:34:01 -04:00
install Executables linking to natives working on linux. 2019-07-28 13:27:20 -05:00
helper.janet Update issue 53 regression test. 2019-02-21 19:19:47 -05:00
suite0.janet Update regression test. 2019-07-07 23:23:45 -05:00
suite1.janet Update module system. 2019-06-18 22:10:13 -04:00
suite2.janet Update module system. 2019-06-18 22:10:13 -04:00
suite3.janet Add backmatch operator to pegs. 2019-08-24 18:57:01 -04:00
suite4.janet Update module system. 2019-06-18 22:10:13 -04:00
suite5.janet Update take/drop - while/until. 2019-08-06 15:33:55 +08:00
suite6.janet Add options to not include docstrings in binary. 2019-06-19 19:43:38 -04:00
suite7.janet Add shorthand function literals to janet. 2019-08-04 12:25:52 -05:00