crisp_runtime/parsing/
mod.rs

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