tree-sitter grammar for moonbit
See the codeA tree-sitter grammar for MoonBit.
This repo contains grammars for MoonBit source/interface files, moon.pkg
package configuration files, and MoonBit predicate files (.mbtp).
grammar.js, queries/*.scm, and test/corpus/*.src/grammar.json, src/node-types.json, src/parser.c, and
grammars/{mbtp,quotation}/src/{grammar.json,node-types.json,parser.c} are
produced by scripts/generate.py (see .github/workflows/test.yml).grammar.js: main MoonBit grammar for .mbt, .mbti, and moon.pkg.grammars/mbtp/grammar.js: MoonBit predicate grammar for .mbtp.grammars/quotation/grammar.js: quoted MoonBit grammar.For development and validating grammar changes, you'll typically want local checkouts of:
moonbitlang/coremoonbitlang/asyncCI clones these repos and parses **/*.mbt and **/*.mbti (see .github/workflows/test.yml). If you hit cache lock permission errors locally, set XDG_CACHE_HOME (e.g. XDG_CACHE_HOME=/tmp/xdg-cache).
C
73.9%
TypeScript
11.4%
JavaScript
5.7%
MoonBit
3.9%
CSS
1.6%
Tree-sitter Query
1.4%
C++
1.0%
tree-sitter grammar for moonbit
See the codeA tree-sitter grammar for MoonBit.
This repo contains grammars for MoonBit source/interface files, moon.pkg
package configuration files, and MoonBit predicate files (.mbtp).
grammar.js, queries/*.scm, and test/corpus/*.src/grammar.json, src/node-types.json, src/parser.c, and
grammars/{mbtp,quotation}/src/{grammar.json,node-types.json,parser.c} are
produced by scripts/generate.py (see .github/workflows/test.yml).grammar.js: main MoonBit grammar for .mbt, .mbti, and moon.pkg.grammars/mbtp/grammar.js: MoonBit predicate grammar for .mbtp.grammars/quotation/grammar.js: quoted MoonBit grammar.For development and validating grammar changes, you'll typically want local checkouts of:
moonbitlang/coremoonbitlang/asyncCI clones these repos and parses **/*.mbt and **/*.mbti (see .github/workflows/test.yml). If you hit cache lock permission errors locally, set XDG_CACHE_HOME (e.g. XDG_CACHE_HOME=/tmp/xdg-cache).
C
73.9%
TypeScript
11.4%
JavaScript
5.7%
MoonBit
3.9%
CSS
1.6%
Tree-sitter Query
1.4%
C++
1.0%