1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-14 09:25:41 +00:00
janet/src
llmII 532dac1b95
Check type instead of value
Primarily because trying to check the value results in a panic when the
value is not the type of value requested from the API. Also probably
cheaper and the previous idea of just getting the value then comparing
was pretty stupid (needed a string comparison... and was going to do
pointer comparison).
2021-09-06 09:48:29 -05:00
..
boot Allow passing a function to directly to ev/go. 2021-08-30 22:22:22 -05:00
conf Prepare for 1.17.1 release. 2021-08-29 11:29:41 -05:00
core Check type instead of value 2021-09-06 09:48:29 -05:00
include Readd the janet_register function. 2021-08-22 10:38:15 -05:00
mainclient Add janet_loop_fiber C function to run a fiber to completion from C. 2021-07-18 09:39:37 -05:00