-
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
a9b3cd0
commit 1e316ca
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule elixir
updated
13 files
+8 −1 | CHANGELOG.md | |
+1 −1 | Cargo.toml | |
+1 −1 | Makefile | |
+23 −0 | docs/parser.md | |
+115 −111 | grammar.js | |
+50 −77 | package-lock.json | |
+9 −17 | package.json | |
+26 −17 | src/grammar.json | |
+2 −1 | src/node-types.json | |
+177,154 −176,000 | src/parser.c | |
+4 −4 | src/tree_sitter/alloc.h | |
+15 −0 | test/corpus/expression/anonymous_function.txt | |
+40 −0 | tree-sitter.json |