diff --git a/README.md b/README.md index 7192751..78db742 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ worth it in the grand scheme. Would mean we could also track the functions when * [x] tests/ are just copied from make-grade, need to write for this project. * [ ] Included examples of basic assertions, QuickCheck, Hspec, hspec-quickcheck. * [x] Look at Lenses library for abstraction -* [ ] Use Plushy genomes for this project. ## Design considerations The biggest design constraint is that for the exec stack (but not data stacks) diff --git a/TODO.md b/TODO.md index 1285363..ee521f8 100644 --- a/TODO.md +++ b/TODO.md @@ -7,4 +7,5 @@ - [ ] 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 +## PushGP TODO +- [ ] Implement a Plushy genome translator