This commit is contained in:
2026-01-27 12:00:34 +01:00
parent 5456c9414a
commit 324d1feda1
17 changed files with 277 additions and 833 deletions

View File

@@ -6,5 +6,5 @@ mod vm;
mod words;
pub use types::{Dictionary, ExecutionTrace, Rng, SourceSpan, StepContext, Value, Variables};
pub use vm::{EmissionCounter, Forth};
pub use vm::Forth;
pub use words::{Word, WordCompile, WORDS};