minimal
Minimal Forth Workbench provides an educational subset of Standard Forth, feel free to experiment.
- raw README.md
- raw arithmetic.fs
- raw compiling-words.fs
- raw control-structures.fs
- raw defining-words.fs
- raw double.fs
- raw error-handling.fs
- raw file-access.fs
- raw memory.fs
- raw minimal.fs
- raw mit-license
- raw numeric-output.fs
- raw package.4th
- raw prelude.fs
- raw primitives.fs
- raw secondaries.fs
- raw stack.fs
- raw strings.fs
- raw testbench.fs
\ Minimal Forth Workbench - system configuration uh 2015-10-25 \ primitives include secondaries.fs \ Minimal Forth secondaries, defined in terms of others \ include stack.fs \ include double.fs \ include strings.fs \ include arithmetic.fs \ include control-structures.fs \ include memory.fs \ include compiling-words.fs \ include defining-words.fs \ include numeric-output.fs \ include file-access.fs \ include error-handling.fs