Lightweight bytecode interpreter
Go to file
JeffBezanson 17d81eb4e6 adding #b, #o, #d, #x numeric literals
accepting r6rs IEEE literals +-nan.0 and +-inf.0
printing distinguished -0.0, indicating float with .0f instead
of #float, double with .0 instead of #double

more renaming (? on predicates, ! on mutating operators)
changing T to #t :( all those #s are so ugly
2009-02-01 01:53:58 +00:00
femtolisp adding #b, #o, #d, #x numeric literals 2009-02-01 01:53:58 +00:00
llt switching to scheme #t, #f, and () values 2009-01-29 01:04:23 +00:00