From 52d848cc099177be4f21b2ff217cd21d2050fa3d Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 29 Mar 2023 10:30:53 -0700 Subject: [PATCH] Updated README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5910e5f..6d7078f 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,9 @@ This is nowhere near complete. Stay tuned. # TODO - ## Before For 1.0 release - Non-recursive treeify - - Replace strings with &str? - Function application - Commands - Documentation (usage) @@ -26,8 +24,7 @@ This is nowhere near complete. Stay tuned. - Compile to WASM => webapp ## Internals - - Print any expression - - Copy expression, print with result + - Copy expression ## Features - Variable definitions @@ -35,6 +32,7 @@ This is nowhere near complete. Stay tuned. - Rational datatype - Units - Dice + - Mean, Median: arrays and multi-arg functions - Derivatives - MiniCAS - Complex numbers