Skip to content

scott-linder/forth-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forth

A Forth interpreter in Rust. Inspired by monofuel's interpreter in C++.

lib

The core interpreter is defined as a library crate so that it can be used by other Rust code. The current design is very limited, only supporting integral values and a single stack (which is not visible to the calling Rust code) but in the future it should be possible to use the lib as a means of embedding a Forth interpreter into your Rust applications.

bin

To guide development of the library crate (and perhaps for it's own utility) there is also a binary crate which uses the library to implement a command-line Forth interpreter.

About

A Forth interpreter in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages