Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a few more testcases | Maximilian Bosch | 2021-12-30 | 1 | -0/+26 |
* | Allow expressions such as `e2` as multiplication of `e * 2` | Maximilian Bosch | 2021-12-30 | 1 | -0/+5 |
* | 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 | 1 | -1/+1 |
|\ \ | |||||
| * | | fixes for nix | Akshay | 2020-11-02 | 1 | -2/+1 |
| |/ | |||||
* / | Add help command | Ivan Tham | 2020-11-01 | 1 | -1/+3 |
|/ | |||||
* | Accept `**` operator as exponentiation (#39) | David Tolnay | 2020-10-12 | 1 | -0/+5 |
* | Don't parse arguments during `cargo test` (#37) | Maximilian Bosch | 2020-08-29 | 1 | -0/+11 |
* | Fix tests | Maximilian Bosch | 2019-12-05 | 1 | -8/+8 |
* | fix warnings as well as issues with the cache dir | Dominik Süß | 2019-10-14 | 1 | -19/+30 |
* | use cache dir | NerdyPepper | 2019-08-16 | 1 | -1/+3 |
* | remove unused crates | NerdyPepper | 2019-08-07 | 1 | -1/+0 |
* | load and store program state | NerdyPepper | 2019-08-06 | 1 | -6/+31 |
* | Fix clippy lints | Ivan Tham | 2019-08-03 | 1 | -55/+57 |
* | Add constants (e, pi) | Ivan Tham | 2019-08-03 | 1 | -0/+5 |
* | Reuse ans output and fix tests | Ivan Tham | 2019-08-03 | 1 | -11/+13 |
* | add previous answer access | NerdyPepper | 2019-07-09 | 1 | -9/+18 |
* | refactor readline code into separate module | NerdyPepper | 2019-06-24 | 1 | -93/+15 |
* | use better directory crate, use data_dir for history | NerdyPepper | 2019-06-24 | 1 | -7/+11 |
* | remove unused imports, closes #16 and #17 | NerdyPepper | 2019-06-23 | 1 | -6/+13 |
* | merge dev and master, fix conflictsv0.2.5 | NerdyPepper | 2019-06-20 | 1 | -1/+1 |
|\ | |||||
| * | Update dependencies | equal-l2 | 2019-06-09 | 1 | -1/+1 |
* | | add basic syntax highlighting | NerdyPepper | 2019-06-20 | 1 | -12/+16 |
* | | fixes for line length | NerdyPepper | 2019-06-20 | 1 | -2/+2 |
* | | add hinter, completer, matching bracket highlighter | NerdyPepper | 2019-06-18 | 1 | -9/+75 |
* | | add imports | NerdyPepper | 2019-06-18 | 1 | -2/+5 |
* | | add history hinting | NerdyPepper | 2019-06-18 | 1 | -2/+7 |
|/ | |||||
* | refactor main.rs | NerdyPepper | 2019-04-27 | 1 | -80/+3 |
* | missed some diffs | NerdyPepper | 2019-04-27 | 1 | -2/+2 |
* | add formatter function | NerdyPepper | 2019-04-27 | 1 | -6/+43 |
* | add new `base` arg | NerdyPepper | 2019-04-27 | 1 | -0/+11 |
* | add width with fmt | NerdyPepper | 2019-04-02 | 1 | -8/+3 |
* | remove licence text, fix up pretty printing | NerdyPepper | 2019-04-02 | 1 | -23/+9 |
* | small refactor | Vla Mai | 2019-04-02 | 1 | -2/+0 |
* | fix negative number print | Vla Mai | 2019-04-02 | 1 | -2/+2 |
* | refactor | Vla Mai | 2019-04-02 | 1 | -28/+13 |
* | add thousend separator print | Vla Mai | 2019-04-02 | 1 | -1/+41 |
* | add print function | Vla Mai | 2019-04-01 | 1 | -4/+8 |
* | fix bug where command mode is never reachablev0.2.3 | NerdyPepper | 2019-03-31 | 1 | -1/+1 |
* | improve cli mode | NerdyPepper | 2019-03-31 | 1 | -15/+55 |
* | add inv trig tests | NerdyPepper | 2019-03-29 | 1 | -0/+5 |
* | handle empty lines | NerdyPepper | 2019-03-29 | 1 | -0/+4 |
* | closes #2 | NerdyPepper | 2019-03-29 | 1 | -1/+4 |
* | add licence terms to main.rs | NerdyPepper | 2019-03-28 | 1 | -0/+19 |
* | add unit tests | NerdyPepper | 2019-03-28 | 1 | -3/+29 |
* | feat: run eva in command mode | NerdyPepper | 2019-03-28 | 1 | -34/+49 |
* | configure rustyline | NerdyPepper | 2019-03-27 | 1 | -2/+10 |
* | implement new error handling | NerdyPepper | 2019-03-23 | 1 | -6/+13 |
* | basic readline is ready | NerdyPepper | 2019-03-23 | 1 | -8/+27 |