DSL Interpreters
This page will later explain evaluation models, execution loops, and state management for interpreted languages.
Scope
- Execute syntax trees directly or through a small runtime.
- Model variables, scopes, and built-ins clearly.
- Keep the execution engine easy to observe and debug.
Next Steps
- Sketch the evaluation loop.
- List runtime services and helpers.
- Add sample interpreter flows later.