mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:55:36 +02:00
parser/refactor def (#2986)
* Move tests into own file * Move data structs to own file * Move functions parsing 1 Token (primitives) into own file * Rename param_flag_list to signature * Add tests * Fix clippy lint * Change imports to new lexer structure
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
#[macro_use]
|
||||
extern crate derive_is_enum_variant;
|
||||
#[macro_use]
|
||||
extern crate derive_new;
|
||||
|
||||
mod errors;
|
||||
mod lex;
|
||||
|
Reference in New Issue
Block a user