From 2c20b15386e6cb076d377721885816bc5c68b2f2 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 1 Apr 2023 14:21:02 -0700 Subject: [PATCH] Updated README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c8ea36..e902345 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ This is nowhere near complete. Stay tuned. # TODO ## Before For 1.0 release - - Parse numbers directly into rational (no float conversion) - e notation - + as a unary operator - Compare operators => *, / should have the same priority! @@ -18,14 +17,16 @@ This is nowhere near complete. Stay tuned. - Documentation (usage) - Documentation (comments) - Branding - - Improve tests ## General - CLI Options: version, help, evaluate - Compile to WASM => webapp - Trig tests - - Expression-printing tests + - Fix tests + - Direct expression printing + - Better comparison + ## Internals - Copy expression