nushell/crates/nu-parser
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
..
src Add first prototype of functionality to parse numbers in parantheses (#3209) 2021-05-06 09:00:55 +12:00
tests Logs and tests (#3247) 2021-04-01 17:09:33 -05:00
Cargo.toml bump to 0.30.1 (#3348) 2021-04-22 21:07:54 +12:00