Modules§
Macros§
- Constructs an
AsyncBuiltinEntryfor an asynchronous builtin word.
Structs§
- AsyncForth
asyncA Forth VM in which some builtin words are implemented byasync fns (orFutures). - Buffers provided to construct a new virtual machine.
- Forth is the “context” of the VM/interpreter.
Enums§
Traits§
Type Aliases§
- WordFunc 🔒
WordFuncrepresents a function that can be used as part of a dictionary word.