tml_parser 1.0.0

The official parser for the TML language
Documentation
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;