Skip to main content

Crate tishlang_vm

Crate tishlang_vm 

Source
Expand description

Bytecode VM for Tish execution.

Structs§

Vm
VmRunOptions
Options for the convenience run_with_options helper (one-shot VM run from the CLI).

Functions§

all_compiled_capabilities
Capabilities linked into this tishlang_vm binary (compile-time). Used by Vm::new and run().
run
Run a chunk with every capability linked into this tishlang_vm build (tests, embedders).
run_with_options
Run a chunk with options (e.g. REPL persistence for top-level declarations).