From 173c689000146731df12cf8b6fe069b98016635e Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 30 Jan 2025 15:01:36 -0600 Subject: [PATCH] Add TODO.md --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..951a30a --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +# TODO + +## Push Language TODO + +- [ ] Make all vector functions applicable to string functions and vice versa +- [ ] Implement Calculus functions as seen in propeller +- [ ] Implement Linear Algebra functions as specified in the previous papers + +## PushGP TODO \ No newline at end of file