nushell/crates/nu-parser/src
onthebridgetonowhere 001123dbd6
Add first prototype of functionality to parse numbers in parantheses (#3209)
* Add first prototype of functionality to parse numbers in parantheses (). Needs testing and more wide-testing+integration

* Fix styling issue

* Try something else by copying existing matching code

* Fix formatting

* Fix the parser to accept numbers in paranthesis. Not really happy with the code, but let's see

* Refactor to only use once the parsing of strings into numbers

* Remove errors that are not used

* Fix formatting

Co-authored-by: Stefan Stanciulescu <contact@stefanstanciulescu.com>
2021-05-06 09:00:55 +12:00
..
lex Fix typos and capitalization of "Unicode" (#3234) 2021-04-04 07:14:07 +12:00
parse Move from using a Block to an Arc'd Block (#3289) 2021-04-09 20:12:25 +12: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 Add first prototype of functionality to parse numbers in parantheses (#3209) 2021-05-06 09:00:55 +12:00
path.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
scope.rs Move from using a Block to an Arc'd Block (#3289) 2021-04-09 20:12:25 +12: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