-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calls with more than 2 arguments are not handled #5
Comments
@tjdevries are you accepting pull requests for this repository, or this project is unmaintained and I should create a fork instead? |
You can create a PR! Sorry, I was on paternity leave during October, so I completely missed this. I'll gladly review! |
Fantastic! And congrats for the kid (and good luck ...). |
As an example of this issue, the tree-sitter-jsonnet parser can't parse std.jsonnet, the official |
This closes sourcegraph#5 test plan: make test
This closes #5 test plan: make test
The grammar hardcoded Calls with one or two arguments, but does not allow more.
We should use some repeat() in the grammar.
The text was updated successfully, but these errors were encountered: