1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-26 07:03:16 +00:00
janet/src
Calvin Rose 561fc15ae9 Address #426 parse errors in *out janet_dostring
This should make its use a little more robust for
simple usage. To avoid printing to stderr, use

janet_table_put(env, janet_ckeywordv("err"), janet_wrap_false());
2020-06-22 08:34:17 -05:00
..
boot Add eachy and repeat to make looping easier. 2020-06-21 18:48:06 -05:00
conf Better roundtrip jdn. 2020-06-18 21:54:34 -05:00
core Address #426 parse errors in *out janet_dostring 2020-06-22 08:34:17 -05:00
include Expose janet_table_clear. 2020-06-15 15:33:41 -05:00
mainclient Make style consistent. 2020-05-23 11:07:57 -05:00