template haskell to generate function lists

This commit is contained in:
Rowan Torbitzky-Lane 2025-02-09 22:12:32 -06:00
parent 2d6b888e2e
commit 6e40f3d3c2

View File

@ -14,6 +14,7 @@
- [X] Refactor all functions to take state as the final parameter
- [X] Standardize the pattern matching parameter names, such as c1 : cs
- [ ] Write unit/quickcheck tests for all of the instructions
- [ ] Use template haskell to generate function lists
- [ ] Move utility functions to their own file
## PushGP TODO