An open API service indexing awesome lists of open source software.

https://github.com/1c-syntax/bsl-parser

Коллекция парсеров языка 1С (BSL) в формате ANTLR4.
https://github.com/1c-syntax/bsl-parser

antlr4 bsl hacktoberfest parser sdbl

Last synced: 10 days ago
JSON representation

Коллекция парсеров языка 1С (BSL) в формате ANTLR4.

Awesome Lists containing this project

README

          

# BSL Parser

[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=1c-syntax_bsl-parser&metric=alert_status)](https://sonarcloud.io/dashboard?id=1c-syntax_bsl-parser)
[![Maintainability](https://sonarcloud.io/api/project_badges/measure?project=1c-syntax_bsl-parser&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=1c-syntax_bsl-parser)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=1c-syntax_bsl-parser&metric=coverage)](https://sonarcloud.io/dashboard?id=1c-syntax_bsl-parser)

## English

Collection of parsers for Language 1C (BSL) in ANTLR4 format.

## На русском

Коллекция парсеров языка 1С (BSL) в формате ANTLR4.

Содержит

- Парсер языка 1С (BSL). Правила лексера и грамматики основаны на BNF/JFlex правилах из репозитория [IntelliJ Idea OneScript Support](https://github.com/dmpas/idea-onescript) за авторством Сергея Батанова ([@dmpas](https://github.com/dmpas)).
- Парсер языка запросов 1С (SDBL)
- Парсер описаний методов

## Сайт проекта (документация)
- [Релизная версия](https://1c-syntax.github.io/bsl-parser/)
- [Текущая (Develop) версия](https://1c-syntax.github.io/bsl-parser/dev/)