tree-sitter-devicetree 0.12.0__tar.gz → 0.13.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/PKG-INFO +2 -2
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree.egg-info/PKG-INFO +2 -2
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/pyproject.toml +1 -1
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/src/parser.c +18137 -18685
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/LICENSE +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/README.md +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree/__init__.py +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree/__init__.pyi +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree/binding.c +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree/py.typed +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree.egg-info/SOURCES.txt +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree.egg-info/dependency_links.txt +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree.egg-info/not-zip-safe +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree.egg-info/requires.txt +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/bindings/python/tree_sitter_devicetree.egg-info/top_level.txt +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/setup.cfg +0 -0
- {tree_sitter_devicetree-0.12.0 → tree_sitter_devicetree-0.13.0}/setup.py +0 -0
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
5
5
|
[project]
|
6
6
|
name = "tree-sitter-devicetree"
|
7
7
|
description = "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax."
|
8
|
-
version = "0.
|
8
|
+
version = "0.13.0"
|
9
9
|
keywords = ["incremental", "parsing", "tree-sitter", "devicetree"]
|
10
10
|
classifiers = [
|
11
11
|
"Intended Audience :: Developers",
|