mirror of https://github.com/rm-dr/daisy
Updated TODO
parent
558b914e5f
commit
28627e7042
17
TODO.md
17
TODO.md
|
@ -1,23 +1,20 @@
|
||||||
## Pre-release
|
## Pre-release
|
||||||
- Commands to list units and substitutions
|
- Fix linelocation (consistent, what does an operator's linelocation mean?)
|
||||||
- Fix linelocation (consistent)
|
- better tuples (only combine when consecutive, addition, etc)
|
||||||
- Better substitution. Consistent: when ascii, when unicode?
|
|
||||||
- better "=" parsing
|
|
||||||
- better tuples
|
|
||||||
- we don't need vectors as arguments to operators
|
- we don't need vectors as arguments to operators
|
||||||
- Assignment tests
|
- Assignment tests
|
||||||
|
- Clean up entrypoint mess
|
||||||
|
|
||||||
## Parser
|
## Parser
|
||||||
- Better error when `sin = 2`
|
- Better error when `sin = 2`
|
||||||
- Define functions (f(x) = ??)
|
|
||||||
- Should functions be operators?
|
- Should functions be operators?
|
||||||
- Multi-argument functions
|
|
||||||
- Binary, hex, octal numbers
|
- Binary, hex, octal numbers
|
||||||
|
|
||||||
|
|
||||||
## General
|
## General
|
||||||
- Optional config file
|
- Optional config file
|
||||||
- Optional history file
|
- Optional history file
|
||||||
|
- daisyrc file
|
||||||
- Compile to WASM, publish a webapp
|
- Compile to WASM, publish a webapp
|
||||||
- Options:
|
- Options:
|
||||||
- disable replacement
|
- disable replacement
|
||||||
|
@ -26,6 +23,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
|
||||||
|
- Package for debian
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,9 +55,12 @@
|
||||||
- we shouldn't need to re-print user input on evaluation errors, red arrows should adjust themselves to the prettyprinted string
|
- we shouldn't need to re-print user input on evaluation errors, red arrows should adjust themselves to the prettyprinted string
|
||||||
- Backend-independent colorful printing
|
- Backend-independent colorful printing
|
||||||
- Better colors in error texts
|
- Better colors in error texts
|
||||||
|
- Better substitution. Consistent: when ascii, when unicode?
|
||||||
|
- Command to list substitutions
|
||||||
|
|
||||||
## Units
|
## Units
|
||||||
- long prefixes (megatonne, etc)
|
- long prefixes (megatonne, etc)
|
||||||
- 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
|
||||||
|
- Command to list units
|
Loading…
Reference in New Issue