gwenn / lemon-rs

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

Move Parser from lexer module #3

Open gwenn opened 4 years ago

gwenn commented 4 years ago

See https://github.com/gwenn/lemon-rs/blob/master/src/lexer/sql/mod.rs#L23-L24

// TODO Extract scanning stuff and move this into the parser crate
// to make possible to use the tokenizer without depending on the parser...