chibi-scheme/include/chibi
Alex Shinn 9f239534b4 rewriting string->number in C to fix the error catching problem (should return #f)
this calls sexp_read_number directly passing the base, so the
C implementation is shorter than the Scheme implementation,
much faster, and as an opcode generates smaller bytecode per use.
2010-04-03 11:31:11 +09:00
..
bignum.h adding (chibi io) w/ interface to fgets, fread, fwrite, etc. 2009-12-31 00:24:19 +09:00
eval.h new primitives API 2010-03-24 19:58:50 +09:00
features.h only conditionally defining _GNU_SOURCE to avoid warning (issue 48) 2010-03-30 22:03:30 +09:00
sexp.h rewriting string->number in C to fix the error catching problem (should return #f) 2010-04-03 11:31:11 +09:00