Structs§
- RunResult
- Result of running a Zapcode program.
- Vm
- The Zapcode VM.
- Zapcode
Run - Main entry point: compile and run TypeScript code.
Enums§
- VmState
- The result of VM execution.
Functions§
- eval_ts
- Quick helper to evaluate a TypeScript expression.
- eval_
ts_ with_ output - Evaluate TypeScript and return both the value and stdout output.