tree-sitter-math 0.1.2

Math grammar for tree-sitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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)