1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-29 00:23:18 +00:00
janet/examples/numarray
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
..
test Remove cook code 2020-05-24 21:29:20 +12:00
.gitignore Add a test-install target to the Makefile 2019-03-03 14:48:17 -05:00
numarray.c Add Peg combinators 'to' and 'thru'. 2020-06-10 21:18:50 -05:00
project.janet Add project.janet for numarray 2020-05-24 21:25:52 +12:00