Metadata-Version: 2.1
Name: tree-sitter-slang
Version: 0.2.2
Summary: Slang grammar for tree-sitter
License: MIT
Project-URL: Homepage, https://github.com/tree-sitter/tree-sitter-slang
Keywords: incremental,parsing,tree-sitter,slang
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Compilers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: core
Requires-Dist: tree-sitter ~=0.21 ; extra == 'core'

tree-sitter-slang
==================

This is a extension of [tree-sitter-cpp](https://github.com/tree-sitter/tree-sitter-cpp) 
and [tree-sitter-hlsl](https://github.com/theHamsta/tree-sitter-hlsl) to support
the syntax of [slang](https://shader-slang.com/slang/user-guide/index.html).

Work in progress...

Limitations/TODOs:

- [ ] ambiguity between HLSL semantics and Slang type hints
