Updated README

pull/2/head
Mark 2023-04-01 13:51:03 -07:00
parent a38f68cd84
commit 1f0b9c0b3e
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 5 additions and 2 deletions

View File

@ -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