adding dump, memstream, io.read, and io.write
fixing bug reading negative constants with #b,o,d,x
changing load to expand each expression before evaluating
fixing ambiguity in reading hex numbers and floating point
adding copy and string.count
better solution for allowing an input stream to be relocated while
fixing some bugs in lerror and read
moving delete-duplicates and new f-body so they can be macroexpanded in advance
moving implementation of startup, repl, load, and top-level
adding io.print and io.princ
file stream creation and io.read
adding integer? and number->string
adding #b, #o, #d, #x numeric literals
switching to scheme #t, #f, and () values
simplified and improved some of the prettyprinting logic
adding CPRIM type, smaller representation for primitives
fixes and improvements to cps converter
improvements and bug fixes to CPS converter
adding branch probability annotations
generic aref/aset for all arrays
fixing several bugs in string.find
renaming 'char' type to 'byte' to avoid confusion
more efficient representation for small tables
making all builtins print readably; (builtin 'sym) function
adding support for finalization of values
fixing bug in for where lambda body was self-evaluating
changing representation of cvalue types so each type is
support reading hex float literals
refactored escape sequence handling a bit, added error for invalid hex
updating bitvector functions to use int64s in more places, since
fixing the result of casting floating point numbers to uint64
added globals *install-dir* and *print-width*, parameterized
I decided it was rather random that set was the only function
adding new UTF8 example text
fixed some small flaws in (compare)
removing some redundant/irrelevant files
removing a proprietary file that should not be here; I was using it as
changing license, since google code does not support the CPL
fixed array constructor so it doesn't require allocating a generic
basic ios read, write, and stream creation
adding "d.df" syntax for reading single-precision numbers
adding string.inc and string.dec
switched to 3-bit type tags for simpler checking
adding vector.map, string.char
adding (for lo hi f) construct, changing library funcs to use it
made apply() entry point more efficient (now non-consing)
storing environment size on the stack so lambda doesn't need to
fixing mistake re: dotted arglists in last revision
changing environment representation to contiguous values
updating AST test to work with latest
adding performance test files
fix to how defun was using macroexpand
updating build for new repository structure
import of llt library source