Crate orql
Source - ast
- Declares the Abstract Syntax Tree (AST) types as produced by the parser.
- parser
- Provides SQL parsing functions for the supported Oracle dialect.
- scanner
- Provides Scanner to parse Oracle specific SQL into a lazy
iterator over individual tokens.