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