1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/test
Ian Henry 485099fd6e
string and peg replacement functions can now take functions
Functions will be invoked with the matched text, and their result will be
coerced to a string and used as the new replacement text.

This also allows passing non-function, non-byteviewable values, which will be
converted into strings during replacement (only once, and only if at least
one match is found).
2023-04-23 08:36:17 -07:00
..
amalg Update copyrights. 2023-01-07 15:04:56 -06:00
fuzzers Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
helper.janet Tweaks on redef feature branch. 2022-01-06 20:38:15 -06:00
suite0001.janet Change semantics of bracketed tuple equality. 2023-03-03 18:24:02 -06:00
suite0002.janet string and peg replacement functions can now take functions 2023-04-23 08:36:17 -07:00
suite0003.janet Update copyrights. 2023-01-07 15:04:56 -06:00
suite0004.janet Update copyrights. 2023-01-07 15:04:56 -06:00
suite0005.janet Update copyrights. 2023-01-07 15:04:56 -06:00
suite0006.janet Update copyrights. 2023-01-07 15:04:56 -06:00
suite0007.janet Add file/tell 2023-02-21 20:19:17 +09:00
suite0008.janet string and peg replacement functions can now take functions 2023-04-23 08:36:17 -07:00
suite0009.janet Update copyrights. 2023-01-07 15:04:56 -06:00
suite0010.janet Add keep-syntax and keep-syntax! functions 2023-04-07 21:09:52 -04:00
suite0011.janet symbolslots now use janet_v vectors, flat structure 2023-02-01 11:06:33 +01:00
suite0012.janet Update copyright year. 2023-01-07 15:03:35 -06:00
suite0013.janet Update copyright year. 2023-01-07 15:03:35 -06:00
suite0014.janet Made peg 'not' and 'if-not' drop their captures on success 2022-09-12 23:07:56 +01:00
suite0015.janet Add buffer/push-at for easier manipulation of buffers 2023-02-12 11:26:00 -06:00
suite0000.janet Update copyrights. 2023-01-07 15:04:56 -06:00