blackchena / tl2swift

Telegram TDLib specification parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tl2swift

This project designated for parsing Telegram Type Language (.tl) specification for TDLib and generating Swift code.
tl2swift generates swift structures, enums and methods for working with TDLib json interface. See example in project tdlib-swift

Build

$ make release

Usage

$ tl2swift td_api.tl ./output/

About

Telegram TDLib specification parser


Languages

Language:Swift 99.4%Language:Makefile 0.6%