mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:26:22 +02:00
one parser function
This commit is contained in:
@ -9,4 +9,4 @@ pub use errors::ParseError;
|
||||
pub use flatten::{flatten_block, FlatShape};
|
||||
pub use lex::{lex, Token, TokenContents};
|
||||
pub use lite_parse::{lite_parse, LiteBlock};
|
||||
pub use parser::{parse_file, parse_source, Import, VarDecl};
|
||||
pub use parser::{parse, Import, VarDecl};
|
||||
|
Reference in New Issue
Block a user