rust-parser-combinator/src/bnf.rs

5 lines
57 B
Rust

#[derive(Debug, Clone)]
pub enum Bnf {
Production,
}