1 stable release

1.3.3 Nov 10, 2024

#1 in #agda

Download history 83/week @ 2024-11-06 19/week @ 2024-11-13 5/week @ 2024-11-20 5/week @ 2024-11-27 18/week @ 2024-12-04 2/week @ 2024-12-11 10/week @ 2024-12-25 42/week @ 2025-01-01 19/week @ 2025-01-08

71 downloads per month

MIT license

16MB
658K SLoC

C 657K SLoC JavaScript 612 SLoC // 0.3% comments Scheme 53 SLoC // 0.1% comments Rust 30 SLoC

Agda Grammar for tree-sitter

CI discord matrix crates npm

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

Dependencies