Skip to content

gitarcode/tree-sitter-cobol

 
 

Repository files navigation

tree-sitter-cobol

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.0%
  • COBOL 44.8%
  • JavaScript 0.2%
  • C++ 0.0%
  • Shell 0.0%
  • Rust 0.0%