| .. | ||
| decodal.grammar | ||
| README.md | ||
lezer-decodal
Lezer implementation of the Decodal grammar for CodeMirror 6.
The canonical grammar is documented in:
../../doc/manual/souce/language/grammar.md
Regenerate the CodeMirror parser from the site directory:
cd ../../site/decodal-site
npx lezer-generator ../../editors/lezer-decodal/decodal.grammar -o src/lib/codemirror/decodal-parser.js
The generated parser is committed with the site because the playground imports it directly.