Extract parser into its own submodule
This commit is contained in:
parent
dc24bbc883
commit
d8ec2e6c3a
6 changed files with 43 additions and 56 deletions
5
src/parse.rs
Normal file
5
src/parse.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mod commands;
|
||||
mod parser;
|
||||
|
||||
pub use commands::parse as parse_commands;
|
||||
pub use parser::{ParseError, ParseResult, Parser};
|
||||
Loading…
Add table
Add a link
Reference in a new issue