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

4 lines
66 B
Rust
Raw Normal View History

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