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

  1. Sketch the instruction model.
  2. Define operand storage.
  3. Add an example bytecode stream later.