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