janet/src
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
..
boot Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
conf Remove placeholder config variables. 2020-04-20 20:10:24 -05:00
core Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
include Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
mainclient Make Ctrl-G in repl show docstring for symbol. 2020-04-10 11:36:23 -05:00