Lightweight bytecode interpreter
Go to file
JeffBezanson e7e5677d51 support reading hex float literals
better text representation of infs and nans

removing construction of low-level numeric types directly from strings

adding hash function corresponding to equal

better way to initialize builtins

moving advanced bitvector ops to separate compilation unit

rearranging hash table code so it can be specialized for different
comparison functions

one good way to bloat a piece of software is to add several
ASCII pictures of the mona lisa
2008-11-23 07:12:37 +00:00
femtolisp support reading hex float literals 2008-11-23 07:12:37 +00:00
llt support reading hex float literals 2008-11-23 07:12:37 +00:00