tree-sitter-t32 6.0.8__tar.gz → 6.0.10__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.

Files changed (23) hide show
  1. {tree_sitter_t32-6.0.8/bindings/python/tree_sitter_t32.egg-info → tree_sitter_t32-6.0.10}/PKG-INFO +1 -1
  2. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10/bindings/python/tree_sitter_t32.egg-info}/PKG-INFO +1 -1
  3. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/pyproject.toml +1 -1
  4. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/LICENSES/BSD-2-Clause.txt +0 -0
  5. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/LICENSES/MIT.txt +0 -0
  6. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/MANIFEST.in +0 -0
  7. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/README.md +0 -0
  8. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32/__init__.py +0 -0
  9. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32/__init__.pyi +0 -0
  10. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32/binding.c +0 -0
  11. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32/py.typed +0 -0
  12. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32.egg-info/SOURCES.txt +0 -0
  13. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32.egg-info/dependency_links.txt +0 -0
  14. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32.egg-info/not-zip-safe +0 -0
  15. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32.egg-info/requires.txt +0 -0
  16. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/bindings/python/tree_sitter_t32.egg-info/top_level.txt +0 -0
  17. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/setup.cfg +0 -0
  18. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/setup.py +0 -0
  19. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/src/parser.c +0 -0
  20. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/src/scanner.c +0 -0
  21. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/src/tree_sitter/alloc.h +0 -0
  22. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/src/tree_sitter/array.h +0 -0
  23. {tree_sitter_t32-6.0.8 → tree_sitter_t32-6.0.10}/src/tree_sitter/parser.h +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-t32
3
- Version: 6.0.8
3
+ Version: 6.0.10
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-t32
3
- Version: 6.0.8
3
+ Version: 6.0.10
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
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
  [project]
10
10
  name = "tree-sitter-t32"
11
11
  description = "Lauterbach TRACE32® script language grammar for Tree-sitter"
12
- version = "6.0.8"
12
+ version = "6.0.10"
13
13
  keywords = [
14
14
  "lexer",
15
15
  "incremental",