tree-sitter-t32 6.0.1__cp310-abi3-win_amd64.whl → 6.0.2__cp310-abi3-win_amd64.whl
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/_binding.pyd +0 -0
- {tree_sitter_t32-6.0.1.dist-info → tree_sitter_t32-6.0.2.dist-info}/METADATA +13 -4
- {tree_sitter_t32-6.0.1.dist-info → tree_sitter_t32-6.0.2.dist-info}/RECORD +7 -7
- {tree_sitter_t32-6.0.1.dist-info → tree_sitter_t32-6.0.2.dist-info}/WHEEL +0 -0
- {tree_sitter_t32-6.0.1.dist-info → tree_sitter_t32-6.0.2.dist-info}/licenses/LICENSES/BSD-2-Clause.txt +0 -0
- {tree_sitter_t32-6.0.1.dist-info → tree_sitter_t32-6.0.2.dist-info}/licenses/LICENSES/MIT.txt +0 -0
- {tree_sitter_t32-6.0.1.dist-info → tree_sitter_t32-6.0.2.dist-info}/top_level.txt +0 -0
tree_sitter_t32/_binding.pyd
CHANGED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tree-sitter-t32
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.2
|
|
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
|
|
@@ -418,9 +418,6 @@ to automatically install the supported grammar.
|
|
|
418
418
|
in command argument lists.
|
|
419
419
|
- For HLL expressions used at the top level of commands, the use of spaces is more restricted
|
|
420
420
|
than for nested expressions inside parentheses. The grammar only models the strict behavior.
|
|
421
|
-
- PRACTICE comments start with either `//` or `;`. However, in HLL expressions
|
|
422
|
-
`;` can be used as separator for multiple statements. The grammar will always interpret `;`
|
|
423
|
-
as the start of `(comment)` node.
|
|
424
421
|
- `(recursive_macro_expansion)` nodes are restricted to the left-hand side of assignment
|
|
425
422
|
expressions. In other contexts, recursive PRACTICE macro expansions cannot be distinguished
|
|
426
423
|
from `&&` operators.
|
|
@@ -437,6 +434,18 @@ to automatically install the supported grammar.
|
|
|
437
434
|
|
|
438
435
|
This repository is mirrored to https://gitlab.com/xasc/tree-sitter-t32. The main repository is https://codeberg.org/xasc/tree-sitter-t32.
|
|
439
436
|
|
|
437
|
+
## Contributing
|
|
438
|
+
|
|
439
|
+
For the time being, we are not accepting pull requests.
|
|
440
|
+
However, please feel free to open issues for changes you would like to see.
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
## License
|
|
444
|
+
|
|
445
|
+
Distributed under the MIT license.
|
|
446
|
+
[REUSE](https://reuse.software/) is used for managing licensing information throughout the project.
|
|
447
|
+
For more accurate licensing information, please check the individual files.
|
|
448
|
+
|
|
440
449
|
|
|
441
450
|
## References
|
|
442
451
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
tree_sitter_t32/__init__.py,sha256=uv_kENJVeIPowj8m8fOnpvhy4zZKSiAwj9vUBg3sF4c,1203
|
|
2
2
|
tree_sitter_t32/__init__.pyi,sha256=Qg9EJ5GkVd0ESHgk7RXdYiDLQY7xmPdePMhXJi_LVfQ,249
|
|
3
|
-
tree_sitter_t32/_binding.pyd,sha256=
|
|
3
|
+
tree_sitter_t32/_binding.pyd,sha256=0RaW4PScnSnv4t0vOkgcRiZnQk4vvpjqBeCqHTHnznU,451584
|
|
4
4
|
tree_sitter_t32/binding.c,sha256=psljjb2dNqulGu98yTX8Ey_qQHtf-jGq2UGqiS1HZdc,704
|
|
5
5
|
tree_sitter_t32/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
tree_sitter_t32/queries/folds.scm,sha256=YTHnBmC6ZF8rGQu8Eu9zalbFrJQAupU6URAizqCsO3Q,124
|
|
@@ -8,9 +8,9 @@ tree_sitter_t32/queries/highlights.scm,sha256=FQj6SEXCOHszmLzpsGWYFuz_-F6SYpW8_8
|
|
|
8
8
|
tree_sitter_t32/queries/injections.scm,sha256=A_2BLErD3OPfUnt_xnHQV6BL_6jyFGHe1mpIzc1YY0w,129
|
|
9
9
|
tree_sitter_t32/queries/locals.scm,sha256=78_WksPAVDwiv8NZwWFlxexBIoUVk3PrV3jlBPs2wTU,859
|
|
10
10
|
tree_sitter_t32/queries/tags.scm,sha256=RZkMOcIMwQPsqSnaKz1ApFHmshLthpUnbrntRDsukSM,447
|
|
11
|
-
tree_sitter_t32-6.0.
|
|
12
|
-
tree_sitter_t32-6.0.
|
|
13
|
-
tree_sitter_t32-6.0.
|
|
14
|
-
tree_sitter_t32-6.0.
|
|
15
|
-
tree_sitter_t32-6.0.
|
|
16
|
-
tree_sitter_t32-6.0.
|
|
11
|
+
tree_sitter_t32-6.0.2.dist-info/licenses/LICENSES/BSD-2-Clause.txt,sha256=OteYAUji6VQ2fPlBkFnC2Tns6JqM9HLMKFrUBaVGnXE,1276
|
|
12
|
+
tree_sitter_t32-6.0.2.dist-info/licenses/LICENSES/MIT.txt,sha256=1iZ47UxxKksz8EN5DyiwCo10mGw-uk4BsG8bp2fcqrw,1087
|
|
13
|
+
tree_sitter_t32-6.0.2.dist-info/METADATA,sha256=RCIyaTq_MP5SAcaphowVz2fsF-W1T2txmwFMtM41m9U,15066
|
|
14
|
+
tree_sitter_t32-6.0.2.dist-info/WHEEL,sha256=OJ2zpOfp3Fst0GC5jHtFuY8tAf46LLgZ9O920dE4b3c,100
|
|
15
|
+
tree_sitter_t32-6.0.2.dist-info/top_level.txt,sha256=EOrvIcdrNOZfzqM-erCWmOVRF-MtpDsKKCEIEzPI1jo,25
|
|
16
|
+
tree_sitter_t32-6.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{tree_sitter_t32-6.0.1.dist-info → tree_sitter_t32-6.0.2.dist-info}/licenses/LICENSES/MIT.txt
RENAMED
|
File without changes
|
|
File without changes
|