ptal / oak

A typed parser generator embedded in Rust code for Parsing Expression Grammars
Apache License 2.0
142 stars 14 forks source link

Binary parsing (on bytes sequence) #92

Open ptal opened 8 years ago

ptal commented 8 years ago

Due to #91 we can extend the runtime library to be able to parse on bytes sequence (&[u8]).