mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
6bd7043971
commit
553c554798
12
TODO.md
12
TODO.md
|
@ -1,7 +1,13 @@
|
||||||
- Fix unit autoconversion (Hz * s)
|
- Fix unit autoconversion (Hz * s)
|
||||||
- Minimize parenthesis when printing expressions
|
- Minimize parenthesis when printing expressions
|
||||||
- Sane autoconversion (mi + km)
|
- Sane autoconversion (mi + km)
|
||||||
|
- Consistent errors:
|
||||||
|
- Consistent look
|
||||||
|
- Linelocation for math errors
|
||||||
|
- Undefined error?
|
||||||
|
- Better error when `sin = 2`
|
||||||
|
- Check syntax when parsing or when evaluating?
|
||||||
|
- list and delete variables
|
||||||
|
|
||||||
## Pre-release
|
## Pre-release
|
||||||
- Commands to list constants, units, and substitutions
|
- Commands to list constants, units, and substitutions
|
||||||
|
@ -30,7 +36,6 @@
|
||||||
- Backend-independent colorful printing
|
- Backend-independent colorful printing
|
||||||
|
|
||||||
## Math Features
|
## Math Features
|
||||||
- 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
|
||||||
|
@ -59,7 +64,4 @@
|
||||||
- HMS for degrees
|
- HMS for degrees
|
||||||
- Exact radians, using pi constant?
|
- Exact radians, using pi constant?
|
||||||
- Weird units: flops, lumen, lux, bel
|
- Weird units: flops, lumen, lux, bel
|
||||||
|
|
||||||
## Bonus
|
|
||||||
- Plural unit names
|
- Plural unit names
|
||||||
- Manpage
|
|
Loading…
Reference in New Issue