sqlpop 0.1.0

SQL parser (as understood by SQLite)
Documentation
1
2
3
4
5
6
extern crate lalrpop;

fn main() {
    lalrpop::Configuration::new().log_verbose().process_current_dir().unwrap();
    //lalrpop::process_root().unwrap();
}