gofunge98/pkg/pointer
2021-11-12 15:28:09 +01:00
..
exec.go Refactoring : isolate stack manipulation into their own package 2021-11-12 15:28:09 +01: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 Refactoring : isolate stack manipulation into their own package 2021-11-12 15:28:09 +01:00
stack-stack_test.go Refactoring : isolate stack manipulation into their own package 2021-11-12 15:28:09 +01:00
stack.go Refactoring : isolate stack manipulation into their own package 2021-11-12 15:28:09 +01: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