1
2
3
#[derive(pest_derive::Parser)]
#[grammar = "tl.pest"]
pub struct Grammar;