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

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

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.