janet/src/boot
Calvin Rose a87015598c Make janet_equals and janet_compare non recursive
This makes these operatios use constant stack space rather
than linear stackspace given the size of the inputs. This is important
to prevent certain parser input from causing a stack overflow - in
general, we try to avoid unbounded recursion.
2020-04-24 16:18:31 -05:00
..
array_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
boot.c Add better debug info to amalgamated source. 2020-02-27 00:16:54 -06:00
boot.janet Update doc doc. 2020-04-23 12:15:12 -05:00
buffer_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
number_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
system_test.c Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
table_test.c Update Copyright 2020. 2020-01-12 10:50:37 -06:00
tests.h Begin work on new memory layout for all objects and GC. 2019-02-21 11:22:29 -05:00