nushell/crates/nu-parser
Jakub Žádník 56c8987e0f Add '.' and '-' to restricted characters
This means that commands cannot start with these characters.
However, we get the following benefits:
* Negative numbers               > -10
* Ranges with negative numbers   > -10..-1
* Left-unbounded ranges          > ..10
2021-09-05 20:33:53 +03:00
..
src Add '.' and '-' to restricted characters 2021-09-05 20:33:53 +03:00
tests Add '.' and '-' to restricted characters 2021-09-05 20:33:53 +03:00
Cargo.toml Add nu-protocol 2021-09-02 13:29:43 +12:00