https://github.com/igungor/tl
TL (Telegram's Type Language) parser and scanner
https://github.com/igungor/tl
Last synced: 6 months ago
JSON representation
TL (Telegram's Type Language) parser and scanner
- Host: GitHub
- URL: https://github.com/igungor/tl
- Owner: igungor
- License: mit
- Created: 2015-06-18T11:38:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T15:45:41.000Z (almost 10 years ago)
- Last Synced: 2024-10-16T02:24:25.829Z (7 months ago)
- Language: Go
- Homepage:
- Size: 164 KB
- Stars: 5
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tl
This Go package provides lexer and a recursive descent LL parser for Telegram's TL (Type Language).
## Installation
```sh
go get github.com/igungor/tl
```## Status
It is a work in progress and a hobby project. Not much works yet.