1. Open the playground
Start with /playground and edit a snippet. You will see syntax, parse tree, captures, and rendered output in one place.
Docs
Use the playground to learn the language model first, then move into parser and grammar workflows when you are ready to customize compiler behavior.
Start with /playground and edit a snippet. You will see syntax, parse tree, captures, and rendered output in one place.
Each change is parsed and compiled. This language-first loop is the foundation for reliable UI transformation workflows.
When you need deeper control, evolve grammar under src/tree-sitter-mate and parser under src/parser, then sync artifacts for the playground.