gofunge98/pkg/pointer
2021-10-06 18:35:00 +02:00
..
exec.go Fixed edge case in the k command 2021-10-06 18:35:00 +02:00
intput-output.go Made the interpreter pass most of the mycology test suite 2021-09-24 01:26:49 +02:00
mycology_test.go Added mycology unit tests 2021-09-28 21:51:08 +02:00
pointer.go Simplified some code 2021-10-06 00:08:14 +02:00
pointer_test.go Renamed project since I do not intend to support over funge variants 2021-09-24 10:09:33 +02:00
stack-stack.go Simplified some code 2021-10-06 00:08:14 +02:00
stack-stack_test.go Fixed y command, stack and stack stack manipulation bugs 2021-09-24 17:00:06 +02:00
stack.go Made the interpreter pass most of the mycology test suite 2021-09-24 01:26:49 +02:00
stack_test.go Fixed y command, stack and stack stack manipulation bugs 2021-09-24 17:00:06 +02:00
storage-offset.go Simplified instruction pointer delta handling 2021-09-21 15:41:52 +02:00
storage-offset_test.go Fixed test order mistake between expected value and got value 2021-09-22 23:42:16 +02:00