Crate forth3

source ·

Modules§

Macros§

Structs§

  • A Forth VM in which some builtin words are implemented by async fns (or Futures).
  • 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.