Commit Graph

3 Commits

Author SHA1 Message Date
b2f67afe50 WIP: added in tuples 2023-10-22 18:27:30 +02:00
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
Brian Picciano
066d5a8319 make into a module 2021-08-26 21:27:47 -06:00