So now putting C-style comments in p6 should be about as easy as
macro circumfix:/*...*/ () is parsed(/.*?/) { "" }
Yep.
But just to make sure I'm getting it:
macro circumfix:... () is parsed(/.*?/) {
"\n# much ranting deleted here . . . .\n"
}
will actually work? :)
Yes. Though you
So now putting C-style comments in p6 should be about as easy as
macro circumfix:/*...*/ () is parsed(/.*?/) { "" }
That's so easy I might even *use* it, lol
Not that I've ever really felt the need with # and =doc/=cut.
But just to make sure I'm getting it:
macro circumfix:... () is pa