Updated TODO

pull/2/head
Mark 2023-08-03 22:15:20 -07:00
parent 7f675c9d81
commit 7a1e4bd725
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 7 additions and 3 deletions

10
TODO.md
View File

@ -1,6 +1,11 @@
## Pre-release
- Commands to list units and substitutions
- Fix large power printing (superscript exponential notation)
- Fix linelocation (consistent)
- Better substitution. Consistent: when ascii, when unicode?
- better "=" parsing
- better tuples
- we don't need vectors as arguments to operators
- Assignment tests
## Parser
- Better error when `sin = 2`
@ -21,8 +26,7 @@
- powers as superscripts toggle
- evaluate straight from command line
- Auto-push to crates.io
- When should we subsitute? Should variables like "tau" be stored as unicode internally?
- Make sure unicode variable deletion works!
## Internals