-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7007cbc
commit 7341c74
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule kotlin
updated
15 files
+12 −2 | .github/workflows/build.yml | |
+1 −1 | bindings/go/binding_test.go | |
+0 −5 | bindings/go/go.mod | |
+5 −0 | go.mod | |
+12 −9 | grammar.js | |
+558 −16 | package-lock.json | |
+1 −1 | queries/highlights.scm | |
+57 −33 | src/grammar.json | |
+360 −179 | src/node-types.json | |
+530,372 −523,876 | src/parser.c | |
+2 −1 | test/corpus/assignment.txt | |
+72 −1 | test/corpus/expressions.txt | |
+14 −0 | test/corpus/functions.txt | |
+11 −0 | test/corpus/literals.txt | |
+17 −15 | test/corpus/newlines.txt |