1 2 3 4
use pest_derive::Parser; #[derive(Parser)] #[grammar = "parsing/grammar.pest"] pub struct CrispParser;