tree-sitter-t32 6.0.2__tar.gz → 6.0.3__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.2/bindings/python/tree_sitter_t32.egg-info → tree_sitter_t32-6.0.3}/PKG-INFO +1 -1
  2. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3/bindings/python/tree_sitter_t32.egg-info}/PKG-INFO +1 -1
  3. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/pyproject.toml +1 -1
  4. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/src/parser.c +1 -1
  5. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/LICENSES/BSD-2-Clause.txt +0 -0
  6. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/LICENSES/MIT.txt +0 -0
  7. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/MANIFEST.in +0 -0
  8. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/README.md +0 -0
  9. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32/__init__.py +0 -0
  10. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32/__init__.pyi +0 -0
  11. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32/binding.c +0 -0
  12. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32/py.typed +0 -0
  13. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32.egg-info/SOURCES.txt +0 -0
  14. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32.egg-info/dependency_links.txt +0 -0
  15. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32.egg-info/not-zip-safe +0 -0
  16. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32.egg-info/requires.txt +0 -0
  17. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/bindings/python/tree_sitter_t32.egg-info/top_level.txt +0 -0
  18. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/setup.cfg +0 -0
  19. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/setup.py +0 -0
  20. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/src/scanner.c +0 -0
  21. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/src/tree_sitter/alloc.h +0 -0
  22. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/src/tree_sitter/array.h +0 -0
  23. {tree_sitter_t32-6.0.2 → tree_sitter_t32-6.0.3}/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.2
3
+ Version: 6.0.3
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.2
3
+ Version: 6.0.3
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.2"
12
+ version = "6.0.3"
13
13
  keywords = [
14
14
  "lexer",
15
15
  "incremental",
@@ -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 = 1,
118013
+ .patch_version = 2,
118014
118014
  },
118015
118015
  };
118016
118016
  return &language;