nushell/crates/nu-parser/src
Luccas Mateus 2146ede15d
Parse decimal units (#3243)
* parse decimal units

* linting

* stop clippy complaining

* Added tests to parsing decimals

* Fixed bug

* Fixed testing and add more
2021-04-03 21:06:13 +13:00
..
lex Fix warnings for Rust 1.51 (#3214) 2021-03-26 21:26:57 +13:00
parse refactor parser: rename method pub fn block to parse_block (#3047) 2021-02-13 09:31:11 +13:00
errors.rs Getting ready for multiline scripts (#2737) 2020-11-10 05:27:07 +13:00
lib.rs Source path including tilda (#3059) 2021-02-15 21:41:49 +13:00
parse.rs Parse decimal units (#3243) 2021-04-03 21:06:13 +13:00
path.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
scope.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
shapes.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
signature.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00