basgo icon indicating copy to clipboard operation
basgo copied to clipboard

Support BASIC string with backtick (`)

Open udhos opened this issue 6 years ago • 0 comments

This example:

echo '10 print "`"' | basgo-build > a.go && go run a.go

Produces invalid Go code:

fmt.Print(```)

udhos avatar Feb 02 '19 19:02 udhos