mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:47:44 +02:00
Start rebuilding lite parser using nom
This commit is contained in:
@ -4,6 +4,7 @@ crate mod lexer;
|
||||
crate mod parser;
|
||||
crate mod registry;
|
||||
crate mod span;
|
||||
crate mod parse2;
|
||||
|
||||
crate use ast::Pipeline;
|
||||
crate use registry::{Args, CommandConfig};
|
||||
|
Reference in New Issue
Block a user