-
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.
Co-authored-by: jcs090218 <[email protected]>
- Loading branch information
1 parent
de6be04
commit f6d64bb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pgn
updated
15 files
+1 −1 | Cargo.toml | |
+1 −1 | Makefile | |
+1 −1 | bindings/python/tree_sitter_pgn.egg-info/PKG-INFO | |
+14 −49 | grammar.js | |
+1 −1 | package.json | |
+1 −1 | pyproject.toml | |
+126 −182 | src/grammar.json | |
+18 −12 | src/node-types.json | |
+14,033 −14,592 | src/parser.c | |
+4 −1 | src/scanner.c | |
+31 −28 | test/corpus/annotations.txt | |
+0 −26 | test/corpus/comments.txt | |
+46 −49 | test/corpus/header.txt | |
+0 −35 | test/corpus/san.txt | |
+ − | tree-sitter-pgn.wasm |