Merge branch 'master' into new-codegen
Inline the screenshots in the Overview doc
Fix the doc references in the README
Fix the last link in the docs/Overview.md file
Convert the www directory to markdown docs
Add the old screenshots to the docs directory
Initial import of project utilities.
Structural improvements
Changes necessary to turn the recursive interpreter into a loop
Initial version of IO classes
*** empty log message ***
Code clean up
Add text to the README.txt file explaining the archival nature of this branch
Replaced a large amount of recursion in the interpreter with a while loop
Converted the README to markdown
Update the sample instructions to work with the current version of qemu
Removed "inline" modifiers that prevented compilation by newer C compilers
Removed the is_atom c method
Changed to keep numbers, symbols, and nil unboxed
Added some infrastructure for unboxed environme...
Fixed bug where negative numbers were not fetch...
Removed the unused codegen support for let, as ...