gwenn / lemon-rs

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

Input specialisation #9

Closed gwenn closed 3 years ago

gwenn commented 3 years ago

Currently we support only Read input and the lexer has its one mutable buffer. It would be nice to support string / bytes &str / &[u8] directly. Or memory-mapped I/O for file (mmap).

gwenn commented 3 years ago

See 4390f14d4c74c5a1cc5cf920f95270812c89a79d