mirror of https://github.com/rm-dr/daisy
Updated README
parent
a38f68cd84
commit
1f0b9c0b3e
|
@ -9,8 +9,10 @@ This is nowhere near complete. Stay tuned.
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
## Before For 1.0 release
|
## Before For 1.0 release
|
||||||
- Non-recursive treeify
|
- Parse numbers directly into rational (no float conversion)
|
||||||
|
- e notation
|
||||||
|
- + as a unary operator
|
||||||
|
- Compare operators => *, / should have the same priority!
|
||||||
- Function application
|
- Function application
|
||||||
- Commands
|
- Commands
|
||||||
- Documentation (usage)
|
- Documentation (usage)
|
||||||
|
@ -27,6 +29,7 @@ This is nowhere near complete. Stay tuned.
|
||||||
|
|
||||||
## Internals
|
## Internals
|
||||||
- Copy expression
|
- Copy expression
|
||||||
|
- Non-recursive treeify
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Variable definitions
|
- Variable definitions
|
||||||
|
|
Loading…
Reference in New Issue