mirror of
https://github.com/janet-lang/janet
synced 2024-10-31 22:16:16 +00:00
6d096551f0
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. |
||
---|---|---|
.. | ||
numarray | ||
3sum.janet | ||
assembly.janet | ||
colors.janet | ||
debug.janet | ||
debugger.janet | ||
error.janet | ||
fizzbuzz.janet | ||
hello.janet | ||
lazyseqs.janet | ||
life.janet | ||
maxtriangle.janet | ||
primes.janet | ||
rtest.janet | ||
tarray.janet | ||
tcpclient.janet | ||
tcpserver.janet | ||
threads.janet | ||
urlloader.janet |