6macros: discussing the finer points of Perl 6 macros, Qtrees, and how to stay sane | irclog: irclog.perlgeek.de/6macros/today
Set by moderator on 28 July 2015.
03:29 vendethiel joined 06:35 Ven joined 08:58 Ven joined 10:24 Ven joined 10:31 Ven joined 11:05 Ven joined 12:43 Ven joined 13:59 Ven joined 16:02 vendethiel joined
masak 007 now has an "unexpanded parse mode". 20:49
this is for code that's not meant to be *run*, but *analyzed* in various static-code situations.
in that case, we still see the original macro calls in the Qtree, not their results.
(but the macros still run as usual at parse time, and any side effects they have still happen) 20:50