virgo
virgo copied to clipboard
Add support for escaping the backquote in vertex statements
trafficstars
This should be permitted:
a -> b
a = `\``
Agreed. Maybe we should adopt the Go syntax with "" for interpreted strings and `` for raw string literals
"" would be great.
Also, can you point me to where you implement Topological Sort in your Go implementation? I'm almost done with my JS implementation, it just needs TopoSort.
https://github.com/r2d4/virgo/blob/default/pkg/virgo/topsort.go