DSL Syntax
This page will later show the visible surface of the language, including tokens, separators, keywords, and naming rules.
Scope
- Define the vocabulary users write by hand.
- Keep syntax readable for the target domain.
- Separate syntax from semantics and execution details.
Next Steps
- Draft token categories and examples.
- Map syntax choices to parser rules.
- Collect sample programs later.