Expand description
This crate implements a Forth language interpreter in Rust that can be embedded in Rust applications as a scripting language.
Also provided is a Forth executable rtf as an example application using this library.
Re-exports§
pub extern crate hibitset;
Modules§
- core
- rtForth core words
- env
- Environemnt word set
- exception
- Exception constants
- facility
- Facility word set
- file_
access - File access word set
- float
- Floating-point word set
- loader
- Source input
- memory
- Memory access
- output
- Words output to console
- tools
- Tools to inspect the rtforth system
- units
- Units