From 714485e2e0117fd26808221efb0639e7cb598dc2 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 13 Feb 2025 02:40:40 -0600 Subject: [PATCH] add plushy todo --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index e0cc3da..359af1f 100644 --- a/TODO.md +++ b/TODO.md @@ -17,11 +17,12 @@ - [X] Use template haskell to generate function lists - [X] Move utility functions to their own file - [ ] Make add/sub/mult/div/mod instructions generic -- [ ] Use template haskell to (mostly) generate functions from generic ones +- [ ] Use template haskell to (mostly) generate functions from generic ones (Split files based on the arity of their functions) ## PushGP TODO - [ ] Implement a Plushy genome translator - [ ] Need to make this reproducable too (Check pysh json files) + - [ ] Implement silent markers as well - [ ] Add Memory - [ ] Add history stack(s), like a call stack - [ ] Implement interpreter options (could probably just place this into a map)