nushell/crates/nu-protocol/src/ast
pwygab caafd26deb
Attempts to add // math operator (#5759)
* attempts to add `div` math operator

* allows `//` to be used too

* fmt:

* clippy issue

* returns appropriate type

* returns appropriate type 2

* fmt

* ensure consistency; rename to `fdiv`

* Update parser.rs
2022-06-13 13:54:47 +03:00
..
block.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
call.rs Fix known externals, fix operator spans (#5140) 2022-04-09 17:17:48 +12:00
cell_path.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
expr.rs nu-cli: directory syntax shape + completions (#5299) 2022-04-22 15:18:51 -05:00
expression.rs Attempts to add // math operator (#5759) 2022-06-13 13:54:47 +03:00
import_pattern.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
mod.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00
operator.rs Attempts to add // math operator (#5759) 2022-06-13 13:54:47 +03:00
pipeline.rs Remove statements, replaced by pipelines (#4482) 2022-02-15 14:31:14 -05:00