A new type of shell
Go to file
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
.github/workflows Update ci.yml 2021-09-04 20:22:49 +12:00
crates Add '.' and '-' to restricted characters 2021-09-05 20:33:53 +03:00
src Fix up calls and pipelines 2021-09-03 14:15:01 +12:00
.gitignore tests for lex and lite parser 2021-08-30 19:36:07 +01:00
Cargo.lock Add commands 2021-09-03 10:58:15 +12:00
Cargo.toml Add commands 2021-09-03 10:58:15 +12:00
TODO.md Try putting streams in Value 2021-09-02 09:20:53 +12:00