Decodal/editors/tree-sitter-decodal
2026-07-08 23:41:26 +09:00
..
bindings Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
corpus Add array concat operator 2026-06-19 01:01:04 +09:00
queries Add array concat operator 2026-06-19 01:01:04 +09:00
src Add array concat operator 2026-06-19 01:01:04 +09:00
.editorconfig Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
.gitattributes Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
.gitignore Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
binding.gyp Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
Cargo.toml Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
grammar.js Add canonical grammar and CodeMirror playground 2026-07-08 23:41:26 +09:00
Makefile Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
package-lock.json Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
package.json Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
Package.swift Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
pyproject.toml Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00
README.md Add canonical grammar and CodeMirror playground 2026-07-08 23:41:26 +09:00
setup.py Add Tree-sitter grammar for Decodal 2026-06-16 12:01:29 +09:00

tree-sitter-decodal

Tree-sitter implementation of the Decodal grammar.

The canonical grammar is documented in:

../../doc/manual/souce/language/grammar.md

This grammar is an editor/tooling implementation of that EBNF reference. Generated parser files under src/ are committed.