1 stable release
new 1.0.0 | Jan 10, 2025 |
---|
#8 in #tdlib
Used in 2 crates
29KB
571 lines
This library provides a public interface to parse Type Language definitions.
It exports a single public method, parse_tl_file
to parse entire
.tl
files and yield the definitions it contains. This method will
yield Definition
s containing all the information you would possibly
need to later use somewhere else (for example, to generate code).