From 68e1ebf268e50a68576e2270c79b09a9724b2d95 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 11 Feb 2025 13:01:42 -0600 Subject: [PATCH] more todo --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index b9fd1da..a6c0d68 100644 --- a/TODO.md +++ b/TODO.md @@ -16,6 +16,7 @@ - [ ] Write unit/quickcheck tests for all of the instructions - [ ] Use template haskell to generate function lists - [X] Move utility functions to their own file +- [ ] Make add/sub/mult/div/mod instructions generic ## PushGP TODO - [ ] Implement a Plushy genome translator