DSL Bytecode
This page will later describe portable instruction formats, stack-based execution, and the bridge between source code and runtime execution.
Scope
- Design a compact instruction vocabulary.
- Support serialization and versioning.
- Keep execution efficient and inspectable.
Next Steps
- Sketch the instruction model.
- Define operand storage.
- Add an example bytecode stream later.