tree-sitter-t32 6.0.3__tar.gz → 6.0.6__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.
Potentially problematic release.
This version of tree-sitter-t32 might be problematic. Click here for more details.
- {tree_sitter_t32-6.0.3/bindings/python/tree_sitter_t32.egg-info → tree_sitter_t32-6.0.6}/PKG-INFO +4 -1
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/README.md +3 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6/bindings/python/tree_sitter_t32.egg-info}/PKG-INFO +4 -1
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/pyproject.toml +1 -1
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/src/parser.c +1 -1
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/src/scanner.c +1 -1
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/LICENSES/BSD-2-Clause.txt +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/LICENSES/MIT.txt +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/MANIFEST.in +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32/__init__.py +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32/__init__.pyi +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32/binding.c +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32/py.typed +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32.egg-info/SOURCES.txt +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32.egg-info/dependency_links.txt +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32.egg-info/not-zip-safe +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32.egg-info/requires.txt +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32.egg-info/top_level.txt +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/setup.cfg +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/setup.py +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/src/tree_sitter/alloc.h +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/src/tree_sitter/array.h +0 -0
- {tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/src/tree_sitter/parser.h +0 -0
{tree_sitter_t32-6.0.3/bindings/python/tree_sitter_t32.egg-info → tree_sitter_t32-6.0.6}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-t32
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.6
|
|
4
4
|
Summary: Lauterbach TRACE32® script language grammar for Tree-sitter
|
|
5
5
|
Author-email: Christoph Sax <c_sax@mailbox.org>
|
|
6
6
|
License-Expression: MIT AND BSD-2-Clause
|
|
@@ -427,13 +427,16 @@ to automatically install the supported grammar.
|
|
|
427
427
|
|
|
428
428
|
| Language | Package | Download |
|
|
429
429
|
| ------------- | ----------------------------------------------------- | ----------------------------------------------------- |
|
|
430
|
+
| Node.js | [npm](https://www.npmjs.com/package/tree-sitter-t32) | |
|
|
430
431
|
| Python | [PyPI](https://pypi.org/project/tree-sitter-t32/) | [📦](https://pypi.org/project/tree-sitter-t32/#files) |
|
|
431
432
|
| Rust | [crates.io](https://crates.io/crates/tree-sitter-t32) | |
|
|
432
433
|
|
|
434
|
+
|
|
433
435
|
## Mirrors
|
|
434
436
|
|
|
435
437
|
This repository is mirrored to https://gitlab.com/xasc/tree-sitter-t32. The main repository is https://codeberg.org/xasc/tree-sitter-t32.
|
|
436
438
|
|
|
439
|
+
|
|
437
440
|
## Contributing
|
|
438
441
|
|
|
439
442
|
For the time being, we are not accepting pull requests.
|
|
@@ -403,13 +403,16 @@ to automatically install the supported grammar.
|
|
|
403
403
|
|
|
404
404
|
| Language | Package | Download |
|
|
405
405
|
| ------------- | ----------------------------------------------------- | ----------------------------------------------------- |
|
|
406
|
+
| Node.js | [npm](https://www.npmjs.com/package/tree-sitter-t32) | |
|
|
406
407
|
| Python | [PyPI](https://pypi.org/project/tree-sitter-t32/) | [📦](https://pypi.org/project/tree-sitter-t32/#files) |
|
|
407
408
|
| Rust | [crates.io](https://crates.io/crates/tree-sitter-t32) | |
|
|
408
409
|
|
|
410
|
+
|
|
409
411
|
## Mirrors
|
|
410
412
|
|
|
411
413
|
This repository is mirrored to https://gitlab.com/xasc/tree-sitter-t32. The main repository is https://codeberg.org/xasc/tree-sitter-t32.
|
|
412
414
|
|
|
415
|
+
|
|
413
416
|
## Contributing
|
|
414
417
|
|
|
415
418
|
For the time being, we are not accepting pull requests.
|
{tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6/bindings/python/tree_sitter_t32.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-t32
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.6
|
|
4
4
|
Summary: Lauterbach TRACE32® script language grammar for Tree-sitter
|
|
5
5
|
Author-email: Christoph Sax <c_sax@mailbox.org>
|
|
6
6
|
License-Expression: MIT AND BSD-2-Clause
|
|
@@ -427,13 +427,16 @@ to automatically install the supported grammar.
|
|
|
427
427
|
|
|
428
428
|
| Language | Package | Download |
|
|
429
429
|
| ------------- | ----------------------------------------------------- | ----------------------------------------------------- |
|
|
430
|
+
| Node.js | [npm](https://www.npmjs.com/package/tree-sitter-t32) | |
|
|
430
431
|
| Python | [PyPI](https://pypi.org/project/tree-sitter-t32/) | [📦](https://pypi.org/project/tree-sitter-t32/#files) |
|
|
431
432
|
| Rust | [crates.io](https://crates.io/crates/tree-sitter-t32) | |
|
|
432
433
|
|
|
434
|
+
|
|
433
435
|
## Mirrors
|
|
434
436
|
|
|
435
437
|
This repository is mirrored to https://gitlab.com/xasc/tree-sitter-t32. The main repository is https://codeberg.org/xasc/tree-sitter-t32.
|
|
436
438
|
|
|
439
|
+
|
|
437
440
|
## Contributing
|
|
438
441
|
|
|
439
442
|
For the time being, we are not accepting pull requests.
|
|
@@ -118010,7 +118010,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_t32(void) {
|
|
|
118010
118010
|
.metadata = {
|
|
118011
118011
|
.major_version = 6,
|
|
118012
118012
|
.minor_version = 0,
|
|
118013
|
-
.patch_version =
|
|
118013
|
+
.patch_version = 3,
|
|
118014
118014
|
},
|
|
118015
118015
|
};
|
|
118016
118016
|
return &language;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{tree_sitter_t32-6.0.3 → tree_sitter_t32-6.0.6}/bindings/python/tree_sitter_t32.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|