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:00 vendethiel joined 07:30 FROGGS joined
masak we currently do {{{op @ Q::Infix}}}, which means we sometimes have to backtrack out of the whole unquote because we were in the wrong parsing rule (say, prefix) 13:28
I wonder if there's a way around that. the `{{{op @ Q::` part is valid for a prefix rule, but when we see the `Infix` we know we've gone down the wrong path. something feels suboptimal about that 13:29
one way to make it better would be to write it as `{{{Q::Infix @ op}}}` or `@ Q::Infix {{{op}}}`. but I don't like either of those
17:53 FROGGS joined 18:23 vendethiel joined 19:42 vendethiel joined