Pugs.hs
Pugs.hs copied to clipboard
Q quoting mechanism missing
While there are many variants of Q quoting, the basic "Q" will allow us to run more tests, and is sufficient to close this ticket.
e.g.:
say Q{hello};
Should output "hello\n"