Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lppedd/mtproto-tl-antlr
- Owner: lppedd
- License: mit
- Created: 2024-01-03T13:42:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-02T15:14:05.000Z (11 months ago)
- Last Synced: 2024-10-31T14:25:38.614Z (2 months ago)
- Topics: antlr, antlr4, mtproto, schema, tl
- Language: Kotlin
- Homepage:
- Size: 202 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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