Document Decodal components

This commit is contained in:
2026-07-09 01:47:28 +09:00
parent 26d8495631
commit 8e1cb01f52
4 changed files with 101 additions and 5 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ The generated parser files under `editors/tree-sitter-decodal/src/` are committe
When the Decodal syntax changes:
1. Update the canonical EBNF in `doc/manual/souce/language/grammar.md`.
2. Update the Rust parser/tokenizer as needed.
2. Update the Rust parser/lexer as needed.
3. Update `editors/tree-sitter-decodal/grammar.js` and run `npx tree-sitter generate` / `npx tree-sitter test`.
4. Update `editors/lezer-decodal/decodal.grammar` and regenerate the CodeMirror parser: