Put parsing details into one module
This commit is contained in:
parent
61c0a34253
commit
6000b1f242
10 changed files with 30 additions and 29 deletions
|
|
@ -1,11 +1,5 @@
|
|||
|
||||
mod literal;
|
||||
mod select;
|
||||
mod common;
|
||||
mod create;
|
||||
mod insert;
|
||||
mod delete;
|
||||
mod index;
|
||||
mod parsing;
|
||||
mod validation;
|
||||
mod core;
|
||||
|
||||
|
|
@ -13,4 +7,4 @@ pub use core::parse_and_validate;
|
|||
pub use core::Error;
|
||||
pub use validation::validate_operation;
|
||||
|
||||
pub use minisql;
|
||||
pub use minisql;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue