1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 06:33:16 +00:00
janet/test
Calvin Rose 6d096551f0 Add Peg combinators 'to' and 'thru'.
Inpsired by the REBOL operators of the same name, these
combinators match bytes up to or inculding a given pattern.
(to patt) is (almost) equalivalent to (any (if-not patt 1)), and
(thru patt) is equivalent to (* (to patt) patt). The one difference
is that if the end of the input is reached and patt is not
matched, the entire pattern does not match.
2020-06-10 21:18:50 -05:00
..
amalg Update Copyright 2020. 2020-01-12 10:50:37 -06:00
fuzzers Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
install make test-install should be easier to clean. 2020-05-09 10:30:09 -05:00
helper.janet Change os/perm-str to os/perm-string. 2020-04-03 15:23:29 -05:00
suite1.janet Use modulo instead of remainder for even?/odd?. 2020-03-28 10:23:28 -05:00
suite2.janet Update Copyright 2020. 2020-01-12 10:50:37 -06:00
suite3.janet Use keywords in the assembly interface. 2020-05-19 13:51:39 -05:00
suite4.janet Update Copyright 2020. 2020-01-12 10:50:37 -06:00
suite5.janet Fix issue #408 -- make "next" work for typed arrays, and also fix 2020-05-20 13:30:48 -04:00
suite6.janet Add righthand operator overloading. 2020-01-22 18:59:41 -06:00
suite7.janet More windows shenanigans with jpm. 2020-05-19 20:03:49 -04:00
suite8.janet Add Peg combinators 'to' and 'thru'. 2020-06-10 21:18:50 -05:00
suite9.janet Switch to poll from select. 2020-04-18 15:22:20 -05:00
suite0.janet Remove dead code. 2020-06-06 08:55:20 -04:00