ginger/vm
Brian Picciano e7991adfaa Make graph generic
The base graph implementation has been moved into its own package,
`graph`, and been made fully generic, ie the value on each vertex/edge
is a parameterized type. This will allow us to use the graph for both
syntax parsing (gg) and runtime evaluation (vm), with each use-case
being able to use slightly different Value types.
2021-12-29 12:32:53 -07:00
..
op.go Make graph generic 2021-12-29 12:32:53 -07:00
scope_global.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
scope.go Make graph generic 2021-12-29 12:32:53 -07:00
vm_test.go Implementation of a super basic vm 2021-12-29 10:43:08 -07:00
vm.go Make graph generic 2021-12-29 12:32:53 -07:00