From d143bffa16de46220562388ef6a92fa2e68baeb8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 31 Mar 2022 09:55:18 -0400 Subject: [PATCH] update TODO.md --- TODO.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 69e09b7..5705d94 100644 --- a/TODO.md +++ b/TODO.md @@ -15,9 +15,5 @@ 8. Fix integral display 9. Look into other, better methods of compression that would be faster 10. Better handling of panics and errors to display to the user -11. Hints for functions - - Random default functions for demo purposes - - Syntax - - Parentheses (Done) - - Function names (Done) -12. Turn Dynamic Iterator functions into traits +11. Turn Dynamic Iterator functions into traits +12. __Update tests__