Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siraben/tree-sitter-imp

Imp grammar for tree-sitter
https://github.com/siraben/tree-sitter-imp

grammar imp parser tree-sitter

Last synced: 3 months ago
JSON representation

Imp grammar for tree-sitter

Awesome Lists containing this project

README

        

# tree-sitter-imp
IMP grammar for
[tree-sitter](https://github.com/tree-sitter/tree-sitter).

## Building
```ShellSession
$ npm run build && tree-sitter test
```

## References
The grammar is based on the [BNF grammar for IMP](https://softwarefoundations.cis.upenn.edu/lf-current/Imp.html).