Metadata-Version: 2.4
Name: tree-sitter-devicetree
Version: 0.15.0
Summary: Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.
Author: Joel Spadin
License: MIT
Project-URL: Homepage, https://github.com/joelspadin/tree-sitter-devicetree
Keywords: incremental,parsing,tree-sitter,devicetree
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter~=0.24; extra == "core"
Dynamic: license-file

# tree-sitter-devicetree

A [tree-sitter](https://github.com/tree-sitter/tree-sitter) grammar for Devicetree
with support for [Zephyr's](https://github.com/zephyrproject-rtos/zephyr)
superset of Devicetree syntax.

Some parts of the grammar are adapted from [tree-sitter-c](https://github.com/tree-sitter/tree-sitter-c).
