tml_parser 1.0.6

The official parser for the TML language
1
2
3
4
5
6
7
8
9
10
11
#[path="lexer.rs"]
pub mod lexer;

#[path="parser.rs"]
pub mod parser;

#[cfg(test)]
mod parser_test;

#[cfg(test)]
mod lexer_test;