Re: macro operators in A6 -- sweet.

2003-03-11 Thread Damian Conway
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

macro operators in A6 -- sweet.

2003-03-11 Thread Paul
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