tree-sitter-navi 0.0.3

Navi grammar for the tree-sitter parsing library
Documentation

tree-sitter-navi

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.26. Bun is a fast all-in-one JavaScript runtime.

Development

  1. Update grammar.js and run bun run build to generate the parser.
  2. Run bun run test to run the tests.