WIP: even more crazy linux optimizations

This commit is contained in:
2026-02-03 00:38:46 +01:00
parent c283887ada
commit 2cee1ba686
6 changed files with 41 additions and 34 deletions

View File

@@ -9,4 +9,4 @@ pub use types::{
CcAccess, Dictionary, ExecutionTrace, Rng, SourceSpan, StepContext, Value, Variables,
};
pub use vm::Forth;
pub use words::{Word, WordCompile, WORDS};
pub use words::{lookup_word, Word, WordCompile, WORDS};