Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lppedd/mtproto-tl-antlr

An ANTLR grammar to parse MTProto TL schemas
https://github.com/lppedd/mtproto-tl-antlr

antlr antlr4 mtproto schema tl

Last synced: 17 days ago
JSON representation

An ANTLR grammar to parse MTProto TL schemas

Awesome Lists containing this project

README

        

# MTProto TL - ANTLR

[![Build Status][1]][2]

Contains the ANTLR grammar to parse MTProto TL schemas.

### Grammar

The ANTLR grammar can be found under [parser/antlr](parser/antlr).

### Tests

The grammar is built using [antlr-kotlin][3] and tested using Kotlin Multiplatform targets.
Tests can be found - and should be added - under [parser/src/commonTest](parser/src/commonTest).

[1]: https://github.com/lppedd/mtproto-tl-antlr/workflows/Build/badge.svg
[2]: https://github.com/lppedd/mtproto-tl-antlr/actions
[3]: https://github.com/Strumenta/antlr-kotlin