ginger/vm
Brian Picciano 6040abc836 Implementation of a super basic vm
The vm does what it needs to do (evaluate the result of passing an input
to an operatio, where the input and the operation themselves may have
sub-inputs/operations to evaluate), with many caveats/misgivings.
2021-12-29 10:43:08 -07:00
..
op.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
scope_global.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
scope.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
vm_test.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
vm.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00