Skip to content

Experimental implementation of Strange Forth in Rust.

License

Notifications You must be signed in to change notification settings

cstrainge/rsorth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rusty Sorth

An experimental implementation of the Strange Forth language in Rust. Like the C++ version, this version byte-code compiles the source and runs the byte-code in a simple VM.

This version isn't up to full feature parity with the original but a slightly modified standard library and fancy repl do work in this version.

Currently missing from the C++ version is the threading support and parity with the FFI interface.

See the original version for more details.

About

Experimental implementation of Strange Forth in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published