From 553c55479849054aa54926701d2fb0f93ba6ccdb Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 14 Jun 2023 20:21:27 -0700 Subject: [PATCH] Updated TODO --- TODO.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 44d1c05..3596bbe 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,13 @@ - Fix unit autoconversion (Hz * s) - Minimize parenthesis when printing expressions - Sane autoconversion (mi + km) - + - Consistent errors: + - Consistent look + - Linelocation for math errors + - Undefined error? + - Better error when `sin = 2` + - Check syntax when parsing or when evaluating? + - list and delete variables ## Pre-release - Commands to list constants, units, and substitutions @@ -30,7 +36,6 @@ - Backend-independent colorful printing ## Math Features - - Variable definitions (list and delete commands) - Function definitions - Dice - Mean, Median, Min, Max: arrays and multi-argument functions @@ -59,7 +64,4 @@ - HMS for degrees - Exact radians, using pi constant? - Weird units: flops, lumen, lux, bel - -## Bonus - - Plural unit names - - Manpage \ No newline at end of file + - Plural unit names \ No newline at end of file