mirror of https://github.com/rm-dr/daisy
Updated todo
parent
91b2361f28
commit
e59cfac837
18
TODO.md
18
TODO.md
|
@ -1,23 +1,25 @@
|
||||||
- Prettyprint mi/h, mi/g
|
- Prettyprint mi/h, mi/g
|
||||||
- Better constant definitions
|
- Base unit/baseunit naming
|
||||||
- Fix unit conversion (km/s * mile)
|
- Minimize parenthesis
|
||||||
|
- Sane autoconversion (mi + km)
|
||||||
|
|
||||||
## Pre-release
|
## Pre-release
|
||||||
- Commands to list constants, units, and substitutions
|
- Commands to list constants, units, and substitutions
|
||||||
- Documentation (usage)
|
- Documentation (usage)
|
||||||
- Documentation (comments)
|
- Documentation (comments)
|
||||||
- More units, better printing
|
- More units (build.rs for constants and units)
|
||||||
|
- Print with highlighting
|
||||||
- Cleanup tests, test commands
|
- Cleanup tests, test commands
|
||||||
- Unit tests
|
- Unit tests
|
||||||
- Plural unit names
|
|
||||||
- Releases
|
- Releases
|
||||||
- Unit substitutions
|
- Unit substitutions
|
||||||
|
|
||||||
## General
|
## General
|
||||||
- Compile to WASM, publish a webapp
|
- Compile to WASM, publish a webapp
|
||||||
- CLI Options: evaluate, disable replacement
|
- CLI Options: evaluate, disable replacement, disable special characters
|
||||||
- Trigonometry & function tests
|
- Trigonometry & function tests
|
||||||
- Manpage
|
- vhs demo
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
|
@ -57,3 +59,7 @@
|
||||||
- Numbered expressions, history recall
|
- Numbered expressions, history recall
|
||||||
- Better power printing
|
- Better power printing
|
||||||
- Color configuration?
|
- Color configuration?
|
||||||
|
|
||||||
|
## Bonus
|
||||||
|
- Plural unit names
|
||||||
|
- Manpage
|
Loading…
Reference in New Issue