nushell/crates/nu-parser/src/parse/def
Leonhard Kipp ef4e3f907c
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
2021-02-08 08:10:14 +13:00
..
data_structs.rs parser/refactor def (#2986) 2021-02-08 08:10:14 +13:00
primitives.rs parser/refactor def (#2986) 2021-02-08 08:10:14 +13:00
signature.rs parser/refactor def (#2986) 2021-02-08 08:10:14 +13:00
tests.rs parser/refactor def (#2986) 2021-02-08 08:10:14 +13:00