aboutsummaryrefslogtreecommitdiff
path: root/src/lex.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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