0.1.0 • Published 5 years ago

tree-sitter-codda v0.1.0

Weekly downloads
3
License
UNLICENSED
Repository
-
Last release
5 years ago

tree-sitter-codda

Codda grammar for tree-sitter.

NPM management (for developer)

npm config set proxy <proxy>
npm init
npm install --save nan
npm install --save-dev tree-sitter-cli

then add to your path the tree-sitter binary path

export PATH=$PATH:$(pwd)/node_modules/tree-sitter-cli

Compile parser with:

tree-sitter generate

Test the codda parser with:

tree-sitter parse <codda file>