tree-sitter-objectscript 1.7.0__tar.gz → 1.7.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/PKG-INFO +6 -3
  2. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/README.md +5 -2
  3. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript.egg-info/PKG-INFO +6 -3
  4. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/objectscript/src/parser.c +1 -1
  5. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/objectscript_routine/src/parser.c +1 -1
  6. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/objectscript_routine/src/scanner.c +0 -1
  7. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/pyproject.toml +1 -1
  8. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/udl/src/parser.c +1 -1
  9. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/udl/src/scanner.c +0 -1
  10. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/LICENSE +0 -0
  11. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/__init__.py +0 -0
  12. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/__init__.pyi +0 -0
  13. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/binding.c +0 -0
  14. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/py.typed +0 -0
  15. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/queries/__init__.py +0 -0
  16. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/queries/highlights.scm +0 -0
  17. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/queries/indents.scm +0 -0
  18. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript/queries/injections.scm +0 -0
  19. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript.egg-info/SOURCES.txt +0 -0
  20. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript.egg-info/dependency_links.txt +0 -0
  21. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript.egg-info/not-zip-safe +0 -0
  22. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript.egg-info/requires.txt +0 -0
  23. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript.egg-info/top_level.txt +0 -0
  24. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/__init__.py +0 -0
  25. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/__init__.pyi +0 -0
  26. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/binding.c +0 -0
  27. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/py.typed +0 -0
  28. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/queries/__init__.py +0 -0
  29. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/queries/highlights.scm +0 -0
  30. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/queries/indents.scm +0 -0
  31. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_routine/queries/injections.scm +0 -0
  32. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/__init__.py +0 -0
  33. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/__init__.pyi +0 -0
  34. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/binding.c +0 -0
  35. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/py.typed +0 -0
  36. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/queries/__init__.py +0 -0
  37. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/queries/highlights.scm +0 -0
  38. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/queries/indents.scm +0 -0
  39. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/bindings/python/tree_sitter_objectscript_udl/queries/injections.scm +0 -0
  40. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/objectscript/src/scanner.c +0 -0
  41. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/setup.cfg +0 -0
  42. {tree_sitter_objectscript-1.7.0 → tree_sitter_objectscript-1.7.1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-objectscript
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Objectscript grammar for tree-sitter
5
5
  Author-email: Dave McCaldon <davem@intersystems.com>, Hannah Kimura <hkimura@intersystems.com>
6
6
  License: MIT
@@ -23,6 +23,7 @@ Dynamic: license-file
23
23
  [![CI][ci]](https://github.com/intersystems/tree-sitter-objectscript/actions/workflows/ci.yml)
24
24
  [![npm][npm]](https://www.npmjs.com/package/tree-sitter-objectscript)
25
25
  [![crates-udl][crates-udl]](https://crates.io/crates/tree-sitter-objectscript)
26
+ [![crates-routine][crates-routine]](https://crates.io/crates/tree-sitter-objectscript-routine)
26
27
  [![crates-playground][crates-playground]](https://crates.io/crates/tree-sitter-objectscript-playground)
27
28
  [![pypi][pypi]](https://pypi.org/project/tree-sitter-objectscript/)
28
29
 
@@ -47,7 +48,8 @@ Grammar extension graph:
47
48
  - npm: `tree-sitter-objectscript`
48
49
  - PyPI: `tree-sitter-objectscript` (ships `tree_sitter_objectscript`, `tree_sitter_objectscript_udl`, and `tree_sitter_objectscript_routine`)
49
50
  - Rust crates:
50
- - `tree-sitter-objectscript` (UDL + routine grammars)
51
+ - `tree-sitter-objectscript` (UDL grammar)
52
+ - `tree-sitter-objectscript-routine` (routine grammar)
51
53
  - `tree-sitter-objectscript-playground` (playground grammar)
52
54
 
53
55
  ## Bindings
@@ -58,7 +60,7 @@ Language bindings are available under `bindings/`:
58
60
  - Go: `bindings/go`
59
61
  - Node.js: `bindings/node`
60
62
  - Python: `bindings/python`
61
- - Rust: `bindings/rust` and `bindings/rust-playground`
63
+ - Rust: `bindings/rust`, `bindings/rust-routine`, and `bindings/rust-playground`
62
64
  - Swift: `bindings/swift`
63
65
 
64
66
  Quick binding checks from repo root:
@@ -147,5 +149,6 @@ MIT. See [LICENSE](LICENSE).
147
149
  [ci]: https://img.shields.io/github/actions/workflow/status/intersystems/tree-sitter-objectscript/ci.yml?logo=github&label=CI
148
150
  [npm]: https://img.shields.io/npm/v/tree-sitter-objectscript?logo=npm
149
151
  [crates-udl]: https://img.shields.io/crates/v/tree-sitter-objectscript?logo=rust
152
+ [crates-routine]: https://img.shields.io/crates/v/tree-sitter-objectscript-routine?logo=rust
150
153
  [crates-playground]: https://img.shields.io/crates/v/tree-sitter-objectscript-playground?logo=rust
151
154
  [pypi]: https://img.shields.io/pypi/v/tree-sitter-objectscript?logo=pypi&logoColor=ffd242
@@ -3,6 +3,7 @@
3
3
  [![CI][ci]](https://github.com/intersystems/tree-sitter-objectscript/actions/workflows/ci.yml)
4
4
  [![npm][npm]](https://www.npmjs.com/package/tree-sitter-objectscript)
5
5
  [![crates-udl][crates-udl]](https://crates.io/crates/tree-sitter-objectscript)
6
+ [![crates-routine][crates-routine]](https://crates.io/crates/tree-sitter-objectscript-routine)
6
7
  [![crates-playground][crates-playground]](https://crates.io/crates/tree-sitter-objectscript-playground)
7
8
  [![pypi][pypi]](https://pypi.org/project/tree-sitter-objectscript/)
8
9
 
@@ -27,7 +28,8 @@ Grammar extension graph:
27
28
  - npm: `tree-sitter-objectscript`
28
29
  - PyPI: `tree-sitter-objectscript` (ships `tree_sitter_objectscript`, `tree_sitter_objectscript_udl`, and `tree_sitter_objectscript_routine`)
29
30
  - Rust crates:
30
- - `tree-sitter-objectscript` (UDL + routine grammars)
31
+ - `tree-sitter-objectscript` (UDL grammar)
32
+ - `tree-sitter-objectscript-routine` (routine grammar)
31
33
  - `tree-sitter-objectscript-playground` (playground grammar)
32
34
 
33
35
  ## Bindings
@@ -38,7 +40,7 @@ Language bindings are available under `bindings/`:
38
40
  - Go: `bindings/go`
39
41
  - Node.js: `bindings/node`
40
42
  - Python: `bindings/python`
41
- - Rust: `bindings/rust` and `bindings/rust-playground`
43
+ - Rust: `bindings/rust`, `bindings/rust-routine`, and `bindings/rust-playground`
42
44
  - Swift: `bindings/swift`
43
45
 
44
46
  Quick binding checks from repo root:
@@ -127,5 +129,6 @@ MIT. See [LICENSE](LICENSE).
127
129
  [ci]: https://img.shields.io/github/actions/workflow/status/intersystems/tree-sitter-objectscript/ci.yml?logo=github&label=CI
128
130
  [npm]: https://img.shields.io/npm/v/tree-sitter-objectscript?logo=npm
129
131
  [crates-udl]: https://img.shields.io/crates/v/tree-sitter-objectscript?logo=rust
132
+ [crates-routine]: https://img.shields.io/crates/v/tree-sitter-objectscript-routine?logo=rust
130
133
  [crates-playground]: https://img.shields.io/crates/v/tree-sitter-objectscript-playground?logo=rust
131
134
  [pypi]: https://img.shields.io/pypi/v/tree-sitter-objectscript?logo=pypi&logoColor=ffd242
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-objectscript
3
- Version: 1.7.0
3
+ Version: 1.7.1
4
4
  Summary: Objectscript grammar for tree-sitter
5
5
  Author-email: Dave McCaldon <davem@intersystems.com>, Hannah Kimura <hkimura@intersystems.com>
6
6
  License: MIT
@@ -23,6 +23,7 @@ Dynamic: license-file
23
23
  [![CI][ci]](https://github.com/intersystems/tree-sitter-objectscript/actions/workflows/ci.yml)
24
24
  [![npm][npm]](https://www.npmjs.com/package/tree-sitter-objectscript)
25
25
  [![crates-udl][crates-udl]](https://crates.io/crates/tree-sitter-objectscript)
26
+ [![crates-routine][crates-routine]](https://crates.io/crates/tree-sitter-objectscript-routine)
26
27
  [![crates-playground][crates-playground]](https://crates.io/crates/tree-sitter-objectscript-playground)
27
28
  [![pypi][pypi]](https://pypi.org/project/tree-sitter-objectscript/)
28
29
 
@@ -47,7 +48,8 @@ Grammar extension graph:
47
48
  - npm: `tree-sitter-objectscript`
48
49
  - PyPI: `tree-sitter-objectscript` (ships `tree_sitter_objectscript`, `tree_sitter_objectscript_udl`, and `tree_sitter_objectscript_routine`)
49
50
  - Rust crates:
50
- - `tree-sitter-objectscript` (UDL + routine grammars)
51
+ - `tree-sitter-objectscript` (UDL grammar)
52
+ - `tree-sitter-objectscript-routine` (routine grammar)
51
53
  - `tree-sitter-objectscript-playground` (playground grammar)
52
54
 
53
55
  ## Bindings
@@ -58,7 +60,7 @@ Language bindings are available under `bindings/`:
58
60
  - Go: `bindings/go`
59
61
  - Node.js: `bindings/node`
60
62
  - Python: `bindings/python`
61
- - Rust: `bindings/rust` and `bindings/rust-playground`
63
+ - Rust: `bindings/rust`, `bindings/rust-routine`, and `bindings/rust-playground`
62
64
  - Swift: `bindings/swift`
63
65
 
64
66
  Quick binding checks from repo root:
@@ -147,5 +149,6 @@ MIT. See [LICENSE](LICENSE).
147
149
  [ci]: https://img.shields.io/github/actions/workflow/status/intersystems/tree-sitter-objectscript/ci.yml?logo=github&label=CI
148
150
  [npm]: https://img.shields.io/npm/v/tree-sitter-objectscript?logo=npm
149
151
  [crates-udl]: https://img.shields.io/crates/v/tree-sitter-objectscript?logo=rust
152
+ [crates-routine]: https://img.shields.io/crates/v/tree-sitter-objectscript-routine?logo=rust
150
153
  [crates-playground]: https://img.shields.io/crates/v/tree-sitter-objectscript-playground?logo=rust
151
154
  [pypi]: https://img.shields.io/pypi/v/tree-sitter-objectscript?logo=pypi&logoColor=ffd242
@@ -2186977,7 +2186977,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript(void) {
2186977
2186977
  .metadata = {
2186978
2186978
  .major_version = 1,
2186979
2186979
  .minor_version = 7,
2186980
- .patch_version = 0,
2186980
+ .patch_version = 1,
2186981
2186981
  },
2186982
2186982
  };
2186983
2186983
  return &language;
@@ -2572440,7 +2572440,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript_routine(void) {
2572440
2572440
  .metadata = {
2572441
2572441
  .major_version = 1,
2572442
2572442
  .minor_version = 7,
2572443
- .patch_version = 0,
2572443
+ .patch_version = 1,
2572444
2572444
  },
2572445
2572445
  };
2572446
2572446
  return &language;
@@ -1,6 +1,5 @@
1
1
  #include "../../common/scanner.h"
2
2
  #include "tree_sitter/parser.h"
3
- #include <stdlib.h>
4
3
  #include <string.h>
5
4
 
6
5
  // Keep this in sync with grammar externals.
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "tree-sitter-objectscript"
7
7
  description = "Objectscript grammar for tree-sitter"
8
- version = "1.7.0"
8
+ version = "1.7.1"
9
9
  keywords = ["incremental", "parsing", "tree-sitter", "objectscript"]
10
10
  classifiers = [
11
11
  "Intended Audience :: Developers",
@@ -2121213,7 +2121213,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_objectscript_udl(void) {
2121213
2121213
  .metadata = {
2121214
2121214
  .major_version = 1,
2121215
2121215
  .minor_version = 7,
2121216
- .patch_version = 0,
2121216
+ .patch_version = 1,
2121217
2121217
  },
2121218
2121218
  };
2121219
2121219
  return &language;
@@ -1,6 +1,5 @@
1
1
  #include "../../common/scanner.h"
2
2
  #include "tree_sitter/parser.h"
3
- #include <stdlib.h>
4
3
  #include <string.h>
5
4
 
6
5
  // There is no way to extend enums, so keep this in sync with base.h