README
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>