aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/nerdypepper/evav0.2.7v0.2.6Akshay2019-11-071-0/+0
|\
| * Merge pull request #29 from jcgruenhage/patch-1Akshay2019-10-281-0/+0
| |\ | | | | | | Rename LICENCE to LICENSE
| | * Rename LICENCE to LICENSEJan Christian Grünhage2019-10-261-0/+0
| |/ | | | | Even though licence is strictly speaking also a correct spelling in the UK, license is more consistent with other projects and especially with the license text here
* / fix broken linksAkshay2019-11-071-2/+2
|/
* fix warnings as well as issues with the cache dirDominik Süß2019-10-143-30/+40
|
* use cache dirNerdyPepper2019-08-161-1/+3
|
* remove unused cratesNerdyPepper2019-08-071-1/+0
|
* credit @pickfire, @hepek, @kzoper for their help!NerdyPepper2019-08-061-0/+9
|
* load and store program stateNerdyPepper2019-08-061-6/+31
|
* improve highlight for `_`, store program stateNerdyPepper2019-08-062-6/+34
|
* Fix clippy lintsIvan Tham2019-08-036-205/+187
|
* Highlight constantsIvan Tham2019-08-031-3/+6
|
* Lazy static lex constantsIvan Tham2019-08-031-58/+57
|
* Add constants (e, pi)Ivan Tham2019-08-033-6/+39
|
* Reuse ans output and fix testsIvan Tham2019-08-033-14/+16
|
* add previous answer accessNerdyPepper2019-07-094-33/+43
|
* Fixed infinity and nan cases in pprintMilan Markovic2019-07-021-3/+5
|
* Added inf and nanMilan Markovic2019-07-021-0/+8
|
* Fixing crash on large resultMilan Markovic2019-07-022-5/+12
| | | | | | | | | - Added depencency bignum - Using num::BigNum in format::pprint to handle f64 numbers that are larger than maximal i64 number (which was causing the bug) If you want full feature parity with bc perhaps bignums can be used as long as all operations are done on integers.
* bump to 0.2.6NerdyPepper2019-07-021-1/+1
|
* upd8 readmeNerdyPepper2019-07-021-3/+18
|
* add complete syntax highlightingNerdyPepper2019-07-022-1/+24
|
* refactor readline code into separate moduleNerdyPepper2019-06-242-93/+108
|
* use better directory crate, use data_dir for historyNerdyPepper2019-06-242-8/+12
|
* remove unused imports, closes #16 and #17NerdyPepper2019-06-231-6/+13
|
* add dirs depNerdyPepper2019-06-231-0/+1
|
* release 0.2.5!NerdyPepper2019-06-231-1/+1
|
* merge dev and master, fix conflictsv0.2.5NerdyPepper2019-06-202-3/+3
|\
| * update depsAkshay2019-06-092-3/+3
| |\ | | | | | | Update dependencies
| | * Update dependenciesequal-l22019-06-092-3/+3
| |/
* | add syntax hl, hint features from dev branchNerdyPepper2019-06-201-11/+84
|\ \
| * | add basic syntax highlightingNerdyPepper2019-06-201-12/+16
| | |
| * | fixes for line lengthNerdyPepper2019-06-201-2/+2
| | |
| * | quicc fixNerdyPepper2019-06-201-1/+1
| | |
| * | add hinter, completer, matching bracket highlighterNerdyPepper2019-06-181-9/+75
| | |
| * | add importsNerdyPepper2019-06-181-2/+5
| | |
* | | quicc fixNerdyPepper2019-06-201-1/+1
|/ /
* | add history hintingNerdyPepper2019-06-183-5/+12
| |
* | bugfix: precision ignored for other basesNerdyPepper2019-04-271-1/+1
|/
* move formatting functions to new moduleNerdyPepper2019-04-271-0/+86
|
* refactor main.rsNerdyPepper2019-04-271-80/+3
|
* version bump: add output base optNerdyPepper2019-04-271-1/+1
|
* missed some diffsNerdyPepper2019-04-271-2/+2
|
* add error handling for radix fmtNerdyPepper2019-04-271-1/+3
|
* add formatter functionNerdyPepper2019-04-271-6/+43
|
* add new `base` argNerdyPepper2019-04-271-0/+11
|
* update usage, progressNerdyPepper2019-04-071-22/+27
|
* add width with fmtNerdyPepper2019-04-021-8/+3
|
* remove licence text, fix up pretty printingNerdyPepper2019-04-021-23/+9
|
* Merge pull request #11 from kzoper/masterAkshay2019-04-022-4/+32
|\ | | | | aligned outputs, separate thousands