From 1f0b9c0b3e65f509c107a8ca5439a333742858e6 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 1 Apr 2023 13:51:03 -0700 Subject: [PATCH] Updated README --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 779f3ce..0c8ea36 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ This is nowhere near complete. Stay tuned. # TODO ## 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 - Commands - Documentation (usage) @@ -27,6 +29,7 @@ This is nowhere near complete. Stay tuned. ## Internals - Copy expression + - Non-recursive treeify ## Features - Variable definitions