summaryrefslogtreecommitdiff
path: root/dhall/src/generated_parser.rs
blob: 452b4cd531e582ded2cf29099f66c1f59bc34abe (plain)
1
2
3
4
5
6
#[allow(unused_imports)]
use pest_derive::*;

#[derive(Parser)]
#[grammar = "dhall.pest"]
pub struct DhallParser;