From 6257320e0b938a0f696c644a2af1ca566f500220 Mon Sep 17 00:00:00 2001 From: Taylor Date: Thu, 16 Jan 2025 13:23:58 -0600 Subject: [PATCH] makefile cleanup, taking a break now --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e90e25..d9e2b3c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A PushGP implementation in Haskell ## Tasks +* [ ] Post minimal core of exec to haskell discourse for advice about speed optimization. * [x] Do test-driven development on this one. * [x] Write tests for every function. * [x] tests/ are just copied from make-grade, need to write for this project.