Metadata-Version: 2.4
Name: tree-sitter-bsl
Version: 0.1.6
Summary: 1C (BSL) language
Author: alkoleft
License: MIT
Project-URL: Homepage, https://github.com/alkoleft/tree-sitter-bsl
Keywords: incremental,parsing,tree-sitter,bsl
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-bsl

[![CI][ci]](https://github.com/alkoleft/tree-sitter-bsl/actions/workflows/ci.yml)
[![npm][npm]](https://www.npmjs.com/package/tree-sitter-bsl)

Грамматика 1C (BSL) Language в формате [tree-sitter](https://github.com/tree-sitter/tree-sitter).

[Попробовать](https://alkoleft.github.io/tree-sitter-bsl/)

![playground](playground.png)

#### References

- Грамматика основана на правилах [BSL Parser](https://github.com/1c-syntax/bsl-parser)

[ci]: https://img.shields.io/github/actions/workflow/status/alkoleft/tree-sitter-bsl/ci.yml?logo=github&label=CI
[npm]: https://img.shields.io/npm/v/tree-sitter-bsl?logo=npm
[telegram]: https://img.shields.io/badge/Telegram-2CA5E0?style=Flat-square&logo=telegram&logoColor=white
