Metadata-Version: 2.4
Name: tree-sitter-math
Version: 0.1.1
Summary: Math grammar for tree-sitter
Author-email: gdar463 <dev@gdar463.com>
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/gdar463/tree-sitter-math
Keywords: incremental,parsing,tree-sitter,math
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-math

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

Math grammar for [tree-sitter][].

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

[tree-sitter]: https://github.com/tree-sitter/tree-sitter

## Documentation

For info on the syntax, check all the corpus tests in [test/corpus](test/corpus)
