From 173c689000146731df12cf8b6fe069b98016635e Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 30 Jan 2025 15:01:36 -0600 Subject: [PATCH 1/2] 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 From c3dbe2b28b3d962cbe1f47a625a5b46ebcd00d05 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 30 Jan 2025 15:22:16 -0600 Subject: [PATCH 2/2] Add sorting a vector --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 951a30a..1285363 100644 --- a/TODO.md +++ b/TODO.md @@ -5,5 +5,6 @@ - [ ] 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 +- [ ] Add a function to sort a vector ## PushGP TODO \ No newline at end of file