aboutsummaryrefslogtreecommitdiff
path: root/src/lex.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add `round()` functionMaximilian Bosch2021-12-301-0/+1
|
* Allow expressions such as `e2` as multiplication of `e * 2`Maximilian Bosch2021-12-301-0/+6
|
* Add `exp2` function and ensure it's correctly lexedMaximilian Bosch2021-12-301-6/+11
|
* Add `exp(x)` function which evaluates to `e^x`Maximilian Bosch2021-12-301-0/+1
| | | | | | Quite useful when doing analysis at University, also preferable over `e^x` because it's way nicer to write `exp(arbitrary expr)` rather than `e^(arbitrary expr)`.
* Merge branch 'master' into pickfire-helpAkshay2020-11-061-3/+3
|
* fixes for nixAkshay2020-11-021-0/+282