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