kevinmehall / rust-peg

Parsing Expression Grammar (PEG) parser generator for Rust
https://crates.io/crates/peg
MIT License
1.46k stars 106 forks source link

Make the TokenStream wrappers used internally available #355

Open krh opened 1 year ago

krh commented 1 year ago

To make proc_macros with peg easier, it would be nice to have the implementation of the parser traits used internally exported somehow.