mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
67a03d53df
commit
754c08dbf8
16
TODO.md
16
TODO.md
|
@ -1,9 +1,5 @@
|
||||||
# TODO
|
|
||||||
|
|
||||||
Roadmap for fixes and features.
|
|
||||||
|
|
||||||
## Pre-release
|
## Pre-release
|
||||||
- Commands (help, clear, reset, quit, list constants, list units)
|
- Commands to list constants, units, and substitutions
|
||||||
- Documentation (usage)
|
- Documentation (usage)
|
||||||
- Documentation (comments)
|
- Documentation (comments)
|
||||||
- More units, better printing
|
- More units, better printing
|
||||||
|
@ -11,11 +7,11 @@ Roadmap for fixes and features.
|
||||||
- Plural unit names
|
- Plural unit names
|
||||||
- Releases
|
- Releases
|
||||||
- Unit substitutions
|
- Unit substitutions
|
||||||
- mpg and gal replacement
|
- mpg and gal replacement (10 mpg * 3 gal)
|
||||||
|
|
||||||
## General
|
## General
|
||||||
- CLI Options: version, help, evaluate
|
|
||||||
- Compile to WASM, publish a webapp
|
- Compile to WASM, publish a webapp
|
||||||
|
- CLI Options: evaluate, disable replacement
|
||||||
- Trigonometry & function tests
|
- Trigonometry & function tests
|
||||||
- Manpage
|
- Manpage
|
||||||
|
|
||||||
|
@ -31,7 +27,7 @@ Roadmap for fixes and features.
|
||||||
- Config file
|
- Config file
|
||||||
- History to file
|
- History to file
|
||||||
- Reference previous results
|
- Reference previous results
|
||||||
- Variable definitions
|
- Variable definitions (list and delete commands)
|
||||||
- Function definitions
|
- Function definitions
|
||||||
- Dice
|
- Dice
|
||||||
- Mean, Median, Min, Max: arrays and multi-argument functions
|
- Mean, Median, Min, Max: arrays and multi-argument functions
|
||||||
|
@ -46,6 +42,7 @@ Roadmap for fixes and features.
|
||||||
- "per" as division?
|
- "per" as division?
|
||||||
- -> as "to"
|
- -> as "to"
|
||||||
- strip_unit function
|
- strip_unit function
|
||||||
|
- Unit info command
|
||||||
|
|
||||||
|
|
||||||
## Prompt
|
## Prompt
|
||||||
|
@ -53,4 +50,5 @@ Roadmap for fixes and features.
|
||||||
- Syntax highlight input and output
|
- Syntax highlight input and output
|
||||||
- fish-style tab completion
|
- fish-style tab completion
|
||||||
- Numbered expressions, history recall
|
- Numbered expressions, history recall
|
||||||
- Better power printing
|
- Better power printing
|
||||||
|
- Color configuration?
|
Loading…
Reference in New Issue