2 unstable releases
0.2.0 | Nov 27, 2022 |
---|---|
0.1.0 | Mar 18, 2022 |
#12 in #tdlib
31 downloads per month
Used in 2 crates
27KB
577 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).