From 7a1e4bd7254e0bca12c5999b67599ecc9dd587dd Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 3 Aug 2023 22:15:20 -0700 Subject: [PATCH] Updated TODO --- TODO.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 4dc038e..3395f59 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,11 @@ ## Pre-release - Commands to list units and substitutions - - Fix large power printing (superscript exponential notation) + - Fix linelocation (consistent) + - Better substitution. Consistent: when ascii, when unicode? + - better "=" parsing + - better tuples + - we don't need vectors as arguments to operators + - Assignment tests ## Parser - Better error when `sin = 2` @@ -21,8 +26,7 @@ - powers as superscripts toggle - evaluate straight from command line - Auto-push to crates.io - - When should we subsitute? Should variables like "tau" be stored as unicode internally? - - Make sure unicode variable deletion works! + ## Internals