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

  1. Draft token categories and examples.
  2. Map syntax choices to parser rules.
  3. Collect sample programs later.