perl6 / Pugs.hs

(ARCHIVE) Raku User's Golfing System in Haskell
84 stars 17 forks source link

Q quoting mechanism missing #9

Open coke opened 12 years ago

coke commented 12 years ago

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"