Skip to content

Latest commit

 

History

History

forth3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

forth3

forth3 is a forth-inspired scripting language runtime. It can be used on targets without an allocator, and supports native builtins written in Rust, either as async or blocking functions.

Development Documentation

Please see the development docs for documentation of the current main branch.

Docs can be built locally with cargo doc.