Expand description
Bytecode VM for Tish execution.
Structs§
- Vm
- VmRun
Options - Options for the convenience
run_with_optionshelper (one-shot VM run from the CLI).
Functions§
- all_
compiled_ capabilities - Capabilities linked into this
tishlang_vmbinary (compile-time). Used byVm::newandrun(). - run
- Run a chunk with every capability linked into this
tishlang_vmbuild (tests, embedders). - run_
with_ options - Run a chunk with options (e.g. REPL persistence for top-level declarations).