mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
7f675c9d81
commit
7a1e4bd725
10
TODO.md
10
TODO.md
|
@ -1,6 +1,11 @@
|
||||||
## Pre-release
|
## Pre-release
|
||||||
- Commands to list units and substitutions
|
- 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
|
## Parser
|
||||||
- Better error when `sin = 2`
|
- Better error when `sin = 2`
|
||||||
|
@ -21,8 +26,7 @@
|
||||||
- powers as superscripts toggle
|
- powers as superscripts toggle
|
||||||
- evaluate straight from command line
|
- evaluate straight from command line
|
||||||
- Auto-push to crates.io
|
- 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
|
## Internals
|
||||||
|
|
Loading…
Reference in New Issue