tree-sitter-cobol
May 25, 2024 ยท View on GitHub
COBOL85 grammar of tree-sitter
The syntax rules of tree-sitter-cobol are based on opensource-cobol and are tested with NIST COBOL85 test suite
How to run with latest Nodejs Version(v20.10.0)
# Change Nodejs Version to latest
nvm use 20
# Remove modules if already generated and package-lock.json file
rm -rf node_modules package-lock.json
npm install
npm rebuild --update-binary