2 files changed
+13
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
97 | | - | |
| 104 | + | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
| |||
- .clang-format+1
- .gitattributes+8-3
- .github/workflows/build.yml-27
- .github/workflows/ci.yml+72
- .github/workflows/publish.yml+47
- .gitignore+14-2
- Cargo.toml+7-7
- Package.swift+38
- README.md+17-8
- bindings/rust/README.md+42
- bindings/rust/build.rs+5-12
- bindings/rust/lib.rs+66-24
- bindings/swift/TreeSitterOCaml/ocaml.h+17
- bindings/swift/TreeSitterOCamlTests/TreeSitterOCamlTests.swift+43
- common/scanner.h+340-221
- interface/corpus/module-specification.txt+5-1
- interface/src/grammar.json+627-774
- interface/src/node-types.json+366-878
- interface/src/parser.c+946.2k-366.1k
- interface/src/scanner.c+26
- interface/src/scanner.cc-29
- interface/src/tree_sitter/parser.h+3-2
- ocaml/corpus/attributes.txt+2
- ocaml/corpus/comments.txt+3-1
- ocaml/corpus/expressions.txt+49-21
- ocaml/corpus/module-implementation.txt+3-3
- ocaml/corpus/module-items.txt+17-1
- ocaml/corpus/module-types.txt+7-1
- ocaml/corpus/patterns.txt+7-3
- ocaml/corpus/types.txt+42-2
- ocaml/grammar.js+279-355
- ocaml/src/grammar.json+627-774
- ocaml/src/node-types.json+365-837
- ocaml/src/parser.c+1058.0k-426.2k
- ocaml/src/scanner.c+27
- ocaml/src/scanner.cc-29
- ocaml/src/tree_sitter/parser.h+3-2
- package.json+3-3
- queries/highlights.scm+15-11
- queries/tags.scm+12-13
- script/known_failures.txt+16-18
- script/parse-examples+21-17
- test/highlight/attributes.ml+1-1
- test/highlight/constants.ml+4
- test/highlight/modules.ml+11-11
- test/highlight/operators.ml+2-3
- test/highlight/types.ml+4-3
0 commit comments