aboutsummaryrefslogtreecommitdiff
path: root/src/lex.rs
Commit message (Expand)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
* Merge branch 'master' into pickfire-helpAkshay2020-11-061-3/+3
* fixes for nixAkshay2020-11-021-0/+282