create module for ansi tokenizer/parser

This commit is contained in:
Andy Grove 2018-09-01 07:34:41 -06:00
parent 0339558d4e
commit eed0261297
6 changed files with 35 additions and 8 deletions

View file

@ -105,7 +105,7 @@ impl<S, TE> From<TokenizerError<TE>> for ParserError<S, TE>
}
trait Parser<S, PE>
pub trait SQLParser<S, PE>
where S: Debug + PartialEq {
/// parse the prefix and stop once an infix operator is reached