Updated TODO

pull/8/head
Mark 2023-09-22 10:47:25 -07:00
parent a1db2b6bb0
commit 8a6c623ef2
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 15 deletions

17
TODO.md
View File

@ -1,19 +1,14 @@
## Version Bump checklist
- TODO: build and publish script
- update Cargo.toml
- run cargo test
- commit
- push
- merge
- git tag -a v1.0.0 -m "Version 1.0.0" on merge commit
- delete branch?
- cargo publish
- Update packages
- Build wasm & push changes
- Squash merge
- Update AUR package
## Pre-release
- Tuple operations
- we don't need vectors as arguments to operators
@ -23,25 +18,18 @@
- Should functions be operators?
- Binary, hex, octal numbers
## General
- Better tests (assignment, many expressions in one context)
- Optional config file
- Optional history file
- evaluate straight from command line
- Package for debian, nix
## Internals
- Non-recursive treeify
- Faster factorial function. Maybe use gamma instead?
- Arbitrary precision float (rug doesn't offer arbitrary exponents)
- Arbitrary precision floats
## Math Features
- Mean, Median, Min
- Arbitrary base logarithm
- Derivatives
- CAS features (trig, roots and powers)
- Complex numbers
- acot/acoth functions
- Sums and products with functional arguments
@ -51,8 +39,7 @@
- Fix terminal color detection
- Live syntax/output (like firefox js terminal)
- Syntax highlighting
- fish-style tab completion
- Numbered expressions, history recall
- Numbered history recall
- Enable/disable unit sets (defaults?)
- Consistent unit ordering