Skip to content
/ rorth Public

Rorth is a language like Forth but with an interpreter and compiler written in Rust.

Notifications You must be signed in to change notification settings

helderTZ/rorth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RORTH

Rorth is a language like Forth but with an interpreter and compiler written in Rust.

Inspired by Porth: https://www.youtube.com/playlist?list=PLpM-Dvs8t0VbMZA7wW9aR3EtBqe2kinu4

Example:

cargo run -- interpret tests/arithmetic.rorth

Compiling to native executable (Linux x86 only):

cargo run -- compile tests/arithmetic.rorth

To run all tests:

cargo test

About

Rorth is a language like Forth but with an interpreter and compiler written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published