mirror of https://github.com/rm-dr/daisy
Updated README
parent
bb48a09cc7
commit
2c20b15386
|
@ -9,7 +9,6 @@ This is nowhere near complete. Stay tuned.
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## Before For 1.0 release
|
## Before For 1.0 release
|
||||||
- Parse numbers directly into rational (no float conversion)
|
|
||||||
- e notation
|
- e notation
|
||||||
- + as a unary operator
|
- + as a unary operator
|
||||||
- Compare operators => *, / should have the same priority!
|
- Compare operators => *, / should have the same priority!
|
||||||
|
@ -18,14 +17,16 @@ This is nowhere near complete. Stay tuned.
|
||||||
- Documentation (usage)
|
- Documentation (usage)
|
||||||
- Documentation (comments)
|
- Documentation (comments)
|
||||||
- Branding
|
- Branding
|
||||||
- Improve tests
|
|
||||||
|
|
||||||
|
|
||||||
## General
|
## General
|
||||||
- CLI Options: version, help, evaluate
|
- CLI Options: version, help, evaluate
|
||||||
- Compile to WASM => webapp
|
- Compile to WASM => webapp
|
||||||
- Trig tests
|
- Trig tests
|
||||||
- Expression-printing tests
|
- Fix tests
|
||||||
|
- Direct expression printing
|
||||||
|
- Better comparison
|
||||||
|
|
||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
- Copy expression
|
- Copy expression
|
||||||
|
|
Loading…
Reference in New Issue