Updated TODO

pull/2/head
Mark 2023-07-31 20:44:17 -07:00
parent 4ea39a7f60
commit 4a343a0135
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 7 additions and 3 deletions

10
TODO.md
View File

@ -1,10 +1,9 @@
- Minimize parenthesis when printing expressions
- list and delete variables - list and delete variables
- sin() with units (rad and deg) - sin() with units (rad and deg)
- Prettyprint: no space when implicit multiply? - Prettyprint: no space when implicit multiply?
- Fix printing 1/2pi, square root parenthesis
- Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5) - Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5)
- Remove rug dependency (too big, incompatible) - Remove rug dependency (too big, incompatible)
- 2x^-1 as superscript
## Pre-release ## Pre-release
- Commands to list constants, units, and substitutions - Commands to list constants, units, and substitutions
@ -28,7 +27,12 @@
- Optional config file - Optional config file
- Optional history file - Optional history file
- Compile to WASM, publish a webapp - Compile to WASM, publish a webapp
- CLI Options: evaluate, disable replacement, disable special characters - Options:
- disable replacement
- disable special characters
- 1/ as -1 power toggle
- powers as superscripts toggle
- evaluate straight from command line
- Trigonometry & function tests - Trigonometry & function tests
- Auto-push to crates.io - Auto-push to crates.io