From e5b7aa2d1a1911c014b7b1ba34f2d74c64d17d52 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 27 Mar 2023 21:23:14 -0700 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4828166..0bbf789 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ This is nowhere near complete. Stay tuned. ## Before For 1.0 release + - Cleanup parser + - Non-recursive treeify + - Replace strings with &str? - Function application - Commands @@ -25,7 +28,6 @@ This is nowhere near complete. Stay tuned. - Compile to WASM => webapp ## Internals - - Non-recursive treeify - Print any expression - Copy expression, print with result