master
Ondřej Hruška 3 years ago
parent add154df51
commit a79952531c
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 5
      README.md

@ -18,7 +18,7 @@ Goals
- Compact and embeddable so it can be ported to ARM-CortexM or similar later - Compact and embeddable so it can be ported to ARM-CortexM or similar later
- Implement the CORE and CORE-EXT word sets, for a start - Implement the CORE and CORE-EXT word sets, for a start
- Pass the [Forth2012 test suite](https://github.com/gerryjackson/forth2012-test-suite), at least for the word sets that are implemented - Pass the [Forth2012 test suite](https://github.com/gerryjackson/forth2012-test-suite), at least for the word sets that are implemented
- Maybe eventually have some terminal-based implementation of a subset of the Facility word set, like AT-XY and keyboard input - Maybe eventually have some terminal-based implementation of (a subset of) the Facility word set, like AT-XY and keyboard input
- Try to keep added custom words and quirks at a minimum - Try to keep added custom words and quirks at a minimum
- Comment stuff, maybe - Comment stuff, maybe
@ -64,6 +64,9 @@ FORGET SEE BYE
Missing: Missing:
basically, CASE-OF, pictured numbers, some specialty math stuff, working with characters and the more
weird metaprogramming things and manipulating the input buffer.
``` ```
CORE: CORE:
# #> #S <# >BODY >NUMBER ABORT" ACCEPT C! C, C@ DOES> EVALUATE FILL FM/MOD HOLD KEY LSHIFY M* MAX # #> #S <# >BODY >NUMBER ABORT" ACCEPT C! C, C@ DOES> EVALUATE FILL FM/MOD HOLD KEY LSHIFY M* MAX

Loading…
Cancel
Save