virgo icon indicating copy to clipboard operation
virgo copied to clipboard

Add support for escaping the backquote in vertex statements

Open CrazyPython opened this issue 4 years ago • 3 comments
trafficstars

This should be permitted:

a -> b
a = `\``

CrazyPython avatar Feb 23 '21 22:02 CrazyPython

Agreed. Maybe we should adopt the Go syntax with "" for interpreted strings and `` for raw string literals

r2d4 avatar Feb 24 '21 20:02 r2d4

"" 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.

CrazyPython avatar Feb 24 '21 23:02 CrazyPython

https://github.com/r2d4/virgo/blob/default/pkg/virgo/topsort.go

r2d4 avatar Feb 26 '21 21:02 r2d4