gwenn / lemon-rs

LALR(1) parser generator for Rust based on Lemon + SQL parser
The Unlicense
48 stars 10 forks source link

impl Input for Vec<u8> #18

Closed MarinPostma closed 1 year ago

MarinPostma commented 1 year ago

this PR implements Input for Vec<u8>. This is useful when you want a out-of-box owned instance of a parser.

gwenn commented 1 year ago

Version 0.6.0 released.