Commit e066a69
1 parent 9c3c77d commit e066a69
1 file changed
+1
-1
lines changed- .editorconfig+39
- .gitattributes+11
- .github/workflows/publish-node.yml+31
- .github/workflows/publish.yml+45
- Cargo.toml+1-1
- Makefile+110
- Package.swift+48
- binding.gyp+8-5
- bindings/c/tree-sitter-solidity.h+16
- bindings/c/tree-sitter-solidity.pc.in+11
- bindings/go/binding.go+13
- bindings/go/binding_test.go+15
- bindings/go/go.mod+5
- bindings/node/binding.cc+14-22
- bindings/node/index.d.ts+28
- bindings/python/tree_sitter_solidity/__init__.py+5
- bindings/python/tree_sitter_solidity/__init__.pyi+1
- bindings/python/tree_sitter_solidity/binding.c+27
- bindings/python/tree_sitter_solidity/py.typed
- bindings/swift/TreeSitterSolidity/solidity.h+16
- grammar.js+92-85
- package.json+26-5
- pyproject.toml+29
- queries/highlights.scm+15-15
- queries/locals.scm+3-3
- queries/tags.scm+9-9
- setup.py+57
- src/grammar.json+126-100
- src/node-types.json+1.6k-5.0k
- src/parser.c+25.2k-24.6k
- src/tree_sitter/alloc.h+54
- src/tree_sitter/array.h+290
- test/corpus/block.txt+12-8
- test/corpus/contract.txt+2-1
- test/corpus/enums.txt+5-3
- test/corpus/error.txt+6-3
- test/corpus/event.txt+5-5
- test/corpus/expressions.txt+302-173
- test/corpus/interface.txt+2-1
- test/corpus/literals.txt+35-22
- test/corpus/state_variable.txt+4-2
- test/corpus/statements.txt+90-46
- test/corpus/struct.txt+3-2
- typed-libraries/python/tree_sitter_solidity/typed_parser.py+4-4
0 commit comments