mirror of https://github.com/rm-dr/daisy
Updated README
parent
57e5b64086
commit
52d848cc09
|
@ -8,11 +8,9 @@ This is nowhere near complete. Stay tuned.
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
|
||||||
## Before For 1.0 release
|
## Before For 1.0 release
|
||||||
- Non-recursive treeify
|
- Non-recursive treeify
|
||||||
|
|
||||||
- Replace strings with &str?
|
|
||||||
- Function application
|
- Function application
|
||||||
- Commands
|
- Commands
|
||||||
- Documentation (usage)
|
- Documentation (usage)
|
||||||
|
@ -26,8 +24,7 @@ This is nowhere near complete. Stay tuned.
|
||||||
- Compile to WASM => webapp
|
- Compile to WASM => webapp
|
||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
- Print any expression
|
- Copy expression
|
||||||
- Copy expression, print with result
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Variable definitions
|
- Variable definitions
|
||||||
|
@ -35,6 +32,7 @@ This is nowhere near complete. Stay tuned.
|
||||||
- Rational datatype
|
- Rational datatype
|
||||||
- Units
|
- Units
|
||||||
- Dice
|
- Dice
|
||||||
|
- Mean, Median: arrays and multi-arg functions
|
||||||
- Derivatives
|
- Derivatives
|
||||||
- MiniCAS
|
- MiniCAS
|
||||||
- Complex numbers
|
- Complex numbers
|
||||||
|
|
Loading…
Reference in New Issue