Skip to content

Commit 541d842

Browse files
committed
update README.md
1 parent 090b2aa commit 541d842

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ Contributions are welcome. Here’s how you can help:
99
🙂 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:
1010

1111
```bash
12-
yarn tree-sitter parse /path/to/your/snippet.res
12+
npm run parse path/to/file.res
1313
```
14-
15-
🤩 Add a failing test case for a snippet which is valid ReScript but produces an incorrect syntax tree. Fix the `grammar.js`. Make sure nothing is broken: `make test test_wild` shows 100% test success. Open a pull request.

package.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)