mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Math operators (#1601)
* Add some math operations * WIP for adding compound expressions * precedence parsing * paren expressions * better lhs handling * add compound comparisons and shorthand lefthand parsing * Add or comparison and shorthand paths
This commit is contained in:
@ -18,6 +18,7 @@ mod insert;
|
||||
mod last;
|
||||
mod lines;
|
||||
mod ls;
|
||||
mod math;
|
||||
mod mkdir;
|
||||
mod mv;
|
||||
mod open;
|
||||
|
Reference in New Issue
Block a user