Metadata-Version: 2.4
Name: tree-sitter-dm
Version: 0.25.1
Summary: DreamMaker grammar
Author-email: FeudeyTF <yanmordanenko089@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/feudeytf/tree-sitter-dm
Keywords: incremental,parsing,tree-sitter,dm
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-dm

[![discord][discord]](https://discord.gg/Vh8TJp9)
[![crates][crates]](https://crates.io/crates/tree-sitter-dm)
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-dm)
[![pypi][pypi]](https://pypi.org/project/tree-sitter-dm/)

DreamMaker grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).

# References
- [DM Reference](https://www.byond.com/docs/ref/#/DM)

# Status
Project tested on [dm-test-suite](https://github.com/spacestation13/dm-test-suite) - special project for testing DM parsers

[discord]: https://img.shields.io/discord/484170914754330625?logo=discord&label=discord
[npm]: https://img.shields.io/npm/v/tree-sitter-dm?logo=npm
[crates]: https://img.shields.io/crates/v/tree-sitter-dm?logo=rust
[pypi]: https://img.shields.io/pypi/v/tree-sitter-dm?logo=pypi&logoColor=ffd242
