Skip to content

Instantly share code, notes, and snippets.

@crcx
Created December 12, 2009 21:49
Show Gist options
  • Save crcx/255092 to your computer and use it in GitHub Desktop.
Save crcx/255092 to your computer and use it in GitHub Desktop.
Image:
- metacompiler (no more dependency on toka)
- dropped unneccesary padding following conditionals
- smaller initial image
- added:
- "later" - defer execution until caller completes
- "pow" - power function
- "r" - get copy of TORS
- "eval" - interpret string
- "stub" - create stub for later vectorization
- "immediate" - make most recent defintion a macro
- "compile-only" - make most recent defintion only usable
inside a colon definition
- "isNumber?" - determine if string is a number
- "find" - search for word name in dictionary
- "does>" - allow traditional create/does>
functionality on data structures
- enhanced:
- "`" - now handles numbers
- "see" - rewritten, cleaner output format
- removed:
- "macro:" - replaced by "immediate"
- "compiler:" - replaced by "compile-only"
VM:
- implementation in Go
- added "--shrink" option to most ports
- support for saving image file added to javascript
implementation
- dropped embedded images (except for MIDP and Go)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment