basgo
basgo copied to clipboard
Support BASIC string with backtick (`)
This example:
echo '10 print "`"' | basgo-build > a.go && go run a.go
Produces invalid Go code:
fmt.Print(```)