This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/huia-parser/src/grammar.rs
2019-02-08 21:12:56 +13:00

3 lines
66 B
Rust

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