orql 0.1.0

A toy SQL parser for a subset of the Oracle dialect.
Documentation
1
2
3
4
5
6
pub mod ast;
pub mod parser;
pub mod scanner;

// ~ only visible within this crate
mod fmt;