tree-sitter-t32 6.0.1__cp310-abi3-win_amd64.whl → 6.0.3__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.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tree-sitter-t32
3
- Version: 6.0.1
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
@@ -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=iTROx3iSBad9OQaXQcmDCtFkTKxsTjrkBk17YM7wzJ4,483840
3
+ tree_sitter_t32/_binding.pyd,sha256=LbEHFK9EN3ycoAfDVSc4B1NV6fZbeAZTzZtpsH6y054,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.1.dist-info/licenses/LICENSES/BSD-2-Clause.txt,sha256=OteYAUji6VQ2fPlBkFnC2Tns6JqM9HLMKFrUBaVGnXE,1276
12
- tree_sitter_t32-6.0.1.dist-info/licenses/LICENSES/MIT.txt,sha256=1iZ47UxxKksz8EN5DyiwCo10mGw-uk4BsG8bp2fcqrw,1087
13
- tree_sitter_t32-6.0.1.dist-info/METADATA,sha256=Tb49FV-r9gEtF7zMNxQFZBGRb_VNirjMIPCvc5fW7lg,14891
14
- tree_sitter_t32-6.0.1.dist-info/WHEEL,sha256=OJ2zpOfp3Fst0GC5jHtFuY8tAf46LLgZ9O920dE4b3c,100
15
- tree_sitter_t32-6.0.1.dist-info/top_level.txt,sha256=EOrvIcdrNOZfzqM-erCWmOVRF-MtpDsKKCEIEzPI1jo,25
16
- tree_sitter_t32-6.0.1.dist-info/RECORD,,
11
+ tree_sitter_t32-6.0.3.dist-info/licenses/LICENSES/BSD-2-Clause.txt,sha256=OteYAUji6VQ2fPlBkFnC2Tns6JqM9HLMKFrUBaVGnXE,1276
12
+ tree_sitter_t32-6.0.3.dist-info/licenses/LICENSES/MIT.txt,sha256=1iZ47UxxKksz8EN5DyiwCo10mGw-uk4BsG8bp2fcqrw,1087
13
+ tree_sitter_t32-6.0.3.dist-info/METADATA,sha256=uKUit4JZwpUMOAbOnHxx1xLatlVQz2lRpuO_iIL3ut4,15066
14
+ tree_sitter_t32-6.0.3.dist-info/WHEEL,sha256=OJ2zpOfp3Fst0GC5jHtFuY8tAf46LLgZ9O920dE4b3c,100
15
+ tree_sitter_t32-6.0.3.dist-info/top_level.txt,sha256=EOrvIcdrNOZfzqM-erCWmOVRF-MtpDsKKCEIEzPI1jo,25
16
+ tree_sitter_t32-6.0.3.dist-info/RECORD,,