-
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
7d5c640
commit de6be04
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fortran
updated
16 files
+33 −22 | .github/workflows/ci.yml | |
+4 −1 | Cargo.toml | |
+2 −2 | bindings/go/binding_test.go | |
+2 −2 | bindings/python/tree_sitter_fortran/binding.c | |
+20 −19 | bindings/rust/lib.rs | |
+341 −60 | grammar.js | |
+3 −4 | package.json | |
+2 −2 | pyproject.toml | |
+5 −3 | setup.py | |
+4,567 −96 | src/grammar.json | |
+2,214 −35 | src/node-types.json | |
+333,447 −139,751 | src/parser.c | |
+19 −1 | src/scanner.c | |
+1 −0 | src/tree_sitter/parser.h | |
+529 −0 | test/corpus/preprocessor.txt | |
+0 −22 | test/corpus/statements.txt |