chibi-scheme/opt
Alex Shinn 10359721c4 Allowing read/write of simple object types (e.g. anything defined with define-record-type)
using a {brace} syntax.  Currently can't disambiguate different types with the same name -
need to introduce a universal id.
2011-08-28 17:49:20 +09:00
..
bignum.c Allowing read/write of simple object types (e.g. anything defined with define-record-type) 2011-08-28 17:49:20 +09:00
fcall.c adding interface to bytecode-literals 2010-12-05 16:53:38 -08:00
opcode_names.h adding optional optimization for internal definitions to not box direct lambdas 2011-07-13 00:41:19 +09:00
plan9-opcodes.c fixing _FN4 usage 2011-04-17 21:17:22 +09:00
plan9.c plan9 API updates 2011-04-08 02:19:54 +09:00
sexp-huff.c adding interface to bytecode-literals 2010-12-05 16:53:38 -08:00
sexp-hufftabdefs.h fixing conflicts in chibi-scheme-static build 2011-05-18 21:50:48 -07:00
sexp-hufftabs.c adding interface to bytecode-literals 2010-12-05 16:53:38 -08:00
sexp-unhuff.c adding interface to bytecode-literals 2010-12-05 16:53:38 -08:00
simplify.c trying out tail jumps instead of using the tail-call opcode where possible 2011-07-04 02:22:18 +09:00