ferogram.dev / ferogram-tl-parser
TP
ferogram-tl-parser
Parser for Telegram's Type Language (.tl) schema files.
[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