ferogram.dev / ferogram-tl-parser
TP

ferogram-tl-parser

Parser for Telegram's Type Language (.tl) schema files.

Rust v0.6.5 MIT OR Apache-2.0
Cargo.toml
[dependencies]
ferogram-tl-parser = "0.6.5"

What it does

  • Parses raw .tl schema text into a structured AST
  • AST types cover constructors, functions, parameters, and generics
  • Used at build time by ferogram-tl-gen to drive code generation
  • Standalone: no dependency on the rest of the ferogram workspace
Explore the workspace