Updated todo

pull/2/head
Mark 2023-06-11 16:45:36 -07:00
parent 91b2361f28
commit e59cfac837
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 13 additions and 7 deletions

18
TODO.md
View File

@ -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