Skip to content

Decodetalkers/tree-sitter-agda

 
 

Repository files navigation

Agda Grammar for tree-sitter

Build Status

Syntax highlighting and code folding done right (with context-free grammar, finally!)

tree-sitter

How to contribute

Install dependencies:

npm install

To see if you have tree-sitter installed:

npx tree-sitter

To generate the parser:

npx tree-sitter generate

Run test to see if everything's okay:

npm test

You may wanna run this on the language-agda's side:

npm install
apm rebuild

About

Agda grammar for tree-sitter

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Yacc 65.8%
  • JavaScript 19.5%
  • C++ 6.5%
  • C 3.5%
  • Rust 2.1%
  • Python 2.0%
  • Scheme 0.6%