e7991adfaa
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. |
||
---|---|---|
.. | ||
decoder_test.go | ||
decoder.go | ||
gg.go | ||
lexer_test.go | ||
lexer.go | ||
util_test.go |