https://github.com/rescript-lang/tree-sitter-rescript
ReScript grammar for Tree-Sitter
https://github.com/rescript-lang/tree-sitter-rescript
rescript rescript-lang tree-sitter tree-sitter-parser
Last synced: 13 days ago
JSON representation
ReScript grammar for Tree-Sitter
- Host: GitHub
- URL: https://github.com/rescript-lang/tree-sitter-rescript
- Owner: rescript-lang
- License: mit
- Created: 2021-08-10T16:11:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T23:38:36.000Z (about 2 months ago)
- Last Synced: 2025-04-06T23:43:42.340Z (16 days ago)
- Topics: rescript, rescript-lang, tree-sitter, tree-sitter-parser
- Language: JavaScript
- Homepage:
- Size: 829 KB
- Stars: 52
- Watchers: 6
- Forks: 17
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-rescript
ReScript grammar for [Tree-sitter](https://tree-sitter.github.io/tree-sitter/)
## Contributing
Contributions are welcome. Here’s how you can help:
🙂 Provide a minimal ReScript snippet which produces an `(ERROR)` node or otherwise incorrect syntax tree. Open a new issue providing this snippet and the resulting syntax tree. You can use the following command to see the syntax tree:
```bash
npm run parse path/to/file.res
```