Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siraben/tree-sitter-imp
- Owner: siraben
- License: mit
- Created: 2022-02-25T21:18:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T05:28:11.000Z (almost 3 years ago)
- Last Synced: 2024-10-09T14:20:36.688Z (4 months ago)
- Topics: grammar, imp, parser, tree-sitter
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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).