65 Commits

Author SHA1 Message Date
bc66bc8907 add tests 2025-01-19 17:17:09 -06:00
ee1779b611 add more generic instructions, need to fix yank 2025-01-19 17:16:23 -06:00
e84ebee427 fix up tests 2025-01-19 00:41:02 -06:00
448b71dab1 add stack depth 2025-01-19 00:40:46 -06:00
af258b538a shitton of tests 2025-01-19 00:16:46 -06:00
a756e5d584 example state 2025-01-19 00:16:21 -06:00
7d802a0fa4 needed parenthesis for execution priority 2025-01-19 00:16:03 -06:00
862241d464 genericize generic instructions 2025-01-19 00:15:31 -06:00
8feb8cd790 add generic instructions 2025-01-19 00:15:04 -06:00
346cd96d67 change to lens 2025-01-18 19:56:51 -06:00
34bf6b38bd convert to lens 2025-01-18 19:56:38 -06:00
1907ac6c87 convert to basic lenses, need to abstract 2025-01-18 19:56:27 -06:00
7a33477b0c add lens to .cabal file 2025-01-18 19:56:06 -06:00
Rowan Torbitzky-Lane
4f293058f1 add lens note in readme 2025-01-18 13:31:46 -06:00
Rowan Torbitzky-Lane
733151cf2f add vector types to State, need to add functions now 2025-01-17 21:54:11 -06:00
Rowan Torbitzky-Lane
589fd6b242 comment out debug.trace 2025-01-17 21:53:48 -06:00
Rowan Torbitzky-Lane
9c018ae96e add some float tests 2025-01-16 21:13:51 -06:00
Rowan Torbitzky-Lane
a0ed966a4a add int div0 test, rename a few strings 2025-01-16 20:59:27 -06:00
Rowan Torbitzky-Lane
bb18c15c8c add more paths to executable 2025-01-16 20:59:08 -06:00
Rowan Torbitzky-Lane
c0e5477828 fix int div, add floats (need tests for these) 2025-01-16 20:58:47 -06:00
Rowan Torbitzky-Lane
439cc2e6bf moved files imports 2025-01-16 17:11:28 -06:00
Rowan Torbitzky-Lane
ae8a1f82f8 comment out imports for linting 2025-01-16 17:10:42 -06:00
Rowan Torbitzky-Lane
d5d54b4a71 Needed for cabal to work 2025-01-16 17:10:28 -06:00
Rowan Torbitzky-Lane
b1863c7d3d mention lenses 2025-01-16 17:10:12 -06:00
Rowan Torbitzky-Lane
125c1f8c83 move instructions around 2025-01-16 17:10:01 -06:00
Rowan Torbitzky-Lane
a9ba6ad675 no more linting errors 2025-01-16 15:59:23 -06:00
Rowan Torbitzky-Lane
76b5b35f29 no base version requirement 2025-01-16 15:58:46 -06:00
Rowan Torbitzky-Lane
72d6562542 fix copied GeneInt 2025-01-16 15:07:08 -06:00
Rowan Torbitzky-Lane
7aa153d7b1 recordwildcard state syntax 2025-01-16 14:45:14 -06:00
Taylor
6257320e0b makefile cleanup, taking a break now 2025-01-16 13:23:58 -06:00
Taylor
d02727184a makefile cleanup, taking a break now 2025-01-16 13:21:48 -06:00
Taylor
cef2dc79a7 cabal co-exists beside Makefile 2025-01-16 13:14:14 -06:00
Taylor
86fc353738 cabal co-exists beside Makefile 2025-01-16 13:14:08 -06:00
Taylor
920ea92cb9 refactored names of genes for consistency 2025-01-16 12:38:18 -06:00
Rowan Torbitzky-Lane
97674586e8 Merge branch 'main' of c57keqcdj43nn2xukakrqm2wwx255et7oyuktopk5fpopzzg54thkjid.onion:evo-trading/HushGP
Merge in new testing changes
2025-01-16 12:35:11 -06:00
Rowan Torbitzky-Lane
65c13de8bc need to test changes 2025-01-16 12:32:26 -06:00
Taylor
5a94db7f1e cleaned up tests! 2025-01-16 12:30:15 -06:00
Taylor
6fa6035739 cleaned up tests! 2025-01-16 12:27:10 -06:00
Taylor
73c5cce879 .ghci files for easy ghci launch 2025-01-16 03:09:38 -06:00
Taylor
13bf8e0888 cleaned up tests 2025-01-16 02:42:07 -06:00
Taylor
8d018fc168 A less bad unit testing setup, makefile cleaned up, includes format, lint, clean, etc. 2025-01-16 02:27:44 -06:00
Rowan Torbitzky-Lane
31d54641bc added many functions and tests 2025-01-16 01:56:12 -06:00
Rowan Torbitzky-Lane
eb8fd95756 fix execDoRange, clean up my tests 2025-01-15 23:55:02 -06:00
Rowan Torbitzky-Lane
8d34db74b8 add execDoRange and ExecDup 2025-01-15 20:29:51 -06:00
Rowan Torbitzky-Lane
b17b58594a add input map 2025-01-15 17:45:56 -06:00
Taylor
7bdcb03879 pattern matching via destructuring is amazing! 2025-01-15 15:39:06 -06:00
Taylor
412e871917 cleaner catchall for int functions 2025-01-15 15:33:54 -06:00
Taylor
1e1538610c cleaner catchall for int functions 2025-01-15 15:30:24 -06:00
Taylor
dd44dcf345 cleaner catchall case for exec_if 2025-01-15 15:20:47 -06:00
Taylor
99e0938f08 Blocks done, execIf done 2025-01-15 15:02:43 -06:00