ginger/vm
Brian Picciano 6257495fe4 Implement all builtins required to get fib working
Getting `recur` to work required adding an Operation argument to a bunch
of places in a really hacky way. I don't like it at all, but I'm also
kind of out of mental energy to figure it out properly. The fibonacci
demo in the README _works_, at least, though I don't think it's actually
tail recursive.
2021-12-30 15:10:25 -07:00
..
op.go Implement all builtins required to get fib working 2021-12-30 15:10:25 -07:00
scope_global.go Implement all builtins required to get fib working 2021-12-30 15:10:25 -07:00
scope.go Implement all builtins required to get fib working 2021-12-30 15:10:25 -07:00
vm_test.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
vm.go Implement all builtins required to get fib working 2021-12-30 15:10:25 -07:00