regex-bnf 0.1.2

A deterministic parser for a BNF inspired syntax with regular expressions
Documentation
1
2
3
4
pub use helpers::*;
pub use regex_bnf_macro::*;

mod helpers;