Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove leftovers from nivHEADmaster | Akshay | 2022-04-05 | 2 | -172/+0 |
* | bump to v0.3.0 | Akshay | 2022-04-05 | 7 | -20/+200 |
* | Merge pull request #51 from Ma27/exp-and-round | Ivan Tham | 2022-01-05 | 5 | -50/+238 |
|\ | |||||
| * | readline: explain constant highlighting regex | Maximilian Bosch | 2022-01-04 | 1 | -0/+16 |
| * | rustyline: disable default features | Maximilian Bosch | 2022-01-04 | 2 | -63/+5 |
| * | Implement a few more testcases | Maximilian Bosch | 2021-12-30 | 1 | -0/+26 |
| * | Add `round()` function | Maximilian Bosch | 2021-12-30 | 1 | -0/+1 |
| * | Allow expressions such as `e2` as multiplication of `e * 2` | Maximilian Bosch | 2021-12-30 | 2 | -0/+11 |
| * | Deduplicate references to functions & constants | Maximilian Bosch | 2021-12-30 | 1 | -8/+5 |
| * | Fix highlighting of `e` vs `exp` | Maximilian Bosch | 2021-12-30 | 1 | -2/+4 |
| * | Update rustyline to v9 | Maximilian Bosch | 2021-12-30 | 3 | -35/+222 |
| * | Add functions to highlighting list | Maximilian Bosch | 2021-12-30 | 1 | -1/+1 |
| * | Add `exp2` function and ensure it's correctly lexed | Maximilian Bosch | 2021-12-30 | 1 | -6/+11 |
| * | Add `exp(x)` function which evaluates to `e^x` | Maximilian Bosch | 2021-12-30 | 1 | -0/+1 |
|/ | |||||
* | Document `_` | sigmaSd | 2021-01-26 | 1 | -0/+9 |
* | Merge branch 'patch-1' of https://github.com/0xflotus/eva into readme-fixes | Akshay | 2020-11-06 | 1 | -2/+2 |
|\ | |||||
| * | fix: small errors | 0xflotus | 2020-11-05 | 1 | -2/+2 |
* | | Merge branch 'color' of https://github.com/pickfire/eva into colored-help | Akshay | 2020-11-06 | 1 | -1/+2 |
|\ \ | |||||
| * | | Add colored help | Ivan Tham | 2020-11-05 | 1 | -1/+2 |
| |/ | |||||
* | | Merge branch 'master' into pickfire-help | Akshay | 2020-11-06 | 11 | -3/+193 |
|\ \ | |||||
| * | | fixes for nix | Akshay | 2020-11-02 | 11 | -4/+193 |
| |/ | |||||
* | | Fix help on smaller terminal | Ivan Tham | 2020-11-02 | 3 | -19/+31 |
* | | Add help command | Ivan Tham | 2020-11-01 | 4 | -4/+50 |
|/ | |||||
* | add double star (exponent) operator to list | Akshay | 2020-10-12 | 1 | -1/+1 |
* | Accept `**` operator as exponentiation (#39) | David Tolnay | 2020-10-12 | 2 | -1/+12 |
* | Don't parse arguments during `cargo test` (#37) | Maximilian Bosch | 2020-08-29 | 1 | -0/+11 |
* | Add Homebrew install instructions (#36) | Dario Vladović | 2020-05-25 | 1 | -0/+5 |
* | Merge pull request #35 from pickfire/lock | Akshay | 2020-04-10 | 2 | -5/+451 |
|\ | |||||
| * | Add Cargo.lock | Ivan Tham | 2020-04-10 | 2 | -5/+451 |
|/ | |||||
* | update links | Akshay | 2020-02-03 | 1 | -2/+2 |
* | Fix tests | Maximilian Bosch | 2019-12-05 | 1 | -8/+8 |
* | bump version | Akshay | 2019-11-07 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/nerdypepper/evav0.2.7v0.2.6 | Akshay | 2019-11-07 | 1 | -0/+0 |
|\ | |||||
| * | Merge pull request #29 from jcgruenhage/patch-1 | Akshay | 2019-10-28 | 1 | -0/+0 |
| |\ | |||||
| | * | Rename LICENCE to LICENSE | Jan Christian Grünhage | 2019-10-26 | 1 | -0/+0 |
| |/ | |||||
* / | fix broken links | Akshay | 2019-11-07 | 1 | -2/+2 |
|/ | |||||
* | fix warnings as well as issues with the cache dir | Dominik Süß | 2019-10-14 | 3 | -30/+40 |
* | use cache dir | NerdyPepper | 2019-08-16 | 1 | -1/+3 |
* | remove unused crates | NerdyPepper | 2019-08-07 | 1 | -1/+0 |
* | credit @pickfire, @hepek, @kzoper for their help! | NerdyPepper | 2019-08-06 | 1 | -0/+9 |
* | load and store program state | NerdyPepper | 2019-08-06 | 1 | -6/+31 |
* | improve highlight for `_`, store program state | NerdyPepper | 2019-08-06 | 2 | -6/+34 |
* | Fix clippy lints | Ivan Tham | 2019-08-03 | 6 | -205/+187 |
* | Highlight constants | Ivan Tham | 2019-08-03 | 1 | -3/+6 |
* | Lazy static lex constants | Ivan Tham | 2019-08-03 | 1 | -58/+57 |
* | Add constants (e, pi) | Ivan Tham | 2019-08-03 | 3 | -6/+39 |
* | Reuse ans output and fix tests | Ivan Tham | 2019-08-03 | 3 | -14/+16 |
* | add previous answer access | NerdyPepper | 2019-07-09 | 4 | -33/+43 |
* | Fixed infinity and nan cases in pprint | Milan Markovic | 2019-07-02 | 1 | -3/+5 |
* | Added inf and nan | Milan Markovic | 2019-07-02 | 1 | -0/+8 |