A safe, native-sized Forth.
Ferth is a Forth-2012 standard system.
This project provides both the ferth crate and the ferth command-line interpreter.
- Zero-dependency,
no_stdcore - Safe by default
- Native cell width (32- or 64-bit integers)
- Configurable memory and stack sizes
- Tail-call optimization
Download a pre-built binary of the latest release for your system.
Or install with Cargo:
cargo install ferth --features repl
ferth [-m MEMORY] [-d STACK_CELLS] [-r RETURN_STACK_CELLS] [FILE]
MIT