ginger/vm
Brian Picciano 3a2423a937 Refactor vm to use MapReduce and Thunks
The new code is much simpler, and is able to handle more cases than
before, such as the `if` operation.
2021-12-30 14:21:58 -07:00
..
op.go Refactor vm to use MapReduce and Thunks 2021-12-30 14:21:58 -07:00
scope_global.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
scope.go Refactor vm to use MapReduce and Thunks 2021-12-30 14:21:58 -07:00
vm_test.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
vm.go Refactor vm to use MapReduce and Thunks 2021-12-30 14:21:58 -07:00