lemon-rs icon indicating copy to clipboard operation
lemon-rs copied to clipboard

Move Parser from lexer module

Open gwenn opened this issue 3 years ago • 0 comments

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...

gwenn avatar Oct 21 '20 18:10 gwenn