From 4a343a0135bab3ca285190c2cc395a57e4abe63b Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 31 Jul 2023 20:44:17 -0700 Subject: [PATCH] Updated TODO --- TODO.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index dfea05c..27d6c76 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,9 @@ - - Minimize parenthesis when printing expressions - list and delete variables - sin() with units (rad and deg) - Prettyprint: no space when implicit multiply? - - Fix printing 1/2pi, square root parenthesis - Re-evaluate variables (a = q + 2, q = 3, a should evaluate to 5) - Remove rug dependency (too big, incompatible) + - 2x^-1 as superscript ## Pre-release - Commands to list constants, units, and substitutions @@ -28,7 +27,12 @@ - Optional config file - Optional history file - Compile to WASM, publish a webapp - - CLI Options: evaluate, disable replacement, disable special characters + - Options: + - disable replacement + - disable special characters + - 1/ as -1 power toggle + - powers as superscripts toggle + - evaluate straight from command line - Trigonometry & function tests - Auto-push to crates.io