Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 398 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 398 Bytes

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.