tree-sitter-sail
v0.1.0
Published
Tree-sitter for the Sail instruction-set semantics specification language.
Maintainers
Readme
tree-sitter-sail
Tree-sitter grammar for the Sail instruction-set semantics specification language.
Repository layout
grammar.js: grammar definition (repo root, Tree-sitter standard layout)src/parser.c,src/node-types.json: generated parser artifactsqueries/: editor queries (highlights.scm,locals.scm)test/corpus/: corpus tests fortree-sitter testbindings/: C/Go/Node/Python/Rust/Swift bindings
Development
npm install
npm run generate
npm testPlayground
npm run start