janet/src/include
Calvin Rose 522545287e Add janet_abstract_begin and janet_abstract_end
This will allow some one constructing an abstract to
only make it visible to the garbage collector after it
is in a valid state. If code in the constructing cfunction
panics before janet_abstract_end is called, the GC will not try
to mark the incomplete abstract type. This is often not needed through
careful programming, but should work well.
2019-06-20 12:37:57 -04:00
..
janet.h Add janet_abstract_begin and janet_abstract_end 2019-06-20 12:37:57 -04:00
janetconf.h Add options to not include docstrings in binary. 2019-06-19 19:43:38 -04:00