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

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

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
```