On Mon May 03 02:19:31 2010, stefa...@cox.net wrote: > 02:07 < sorear> rakudo: module Soric4::Event; macro foo is parsed( 0 ) { } > 02:07 <+p6eval> rakudo c4857a: OUTPUT«Confused at line 11, near "module > Sor"current instr.: 'perl6;HLL;Grammar;panic' pc 500 > (ext/nqp-rx/src/stage0/HLL-s0.pir:328)» >
Now: > module Soric4::Event; macro foo is parsed( 0 ) { } Macros are not yet implemented at line 1, near " foo is pa" Which is rather more informative. I think this ticket brings up some bigger issues, though this is a decent improvement for valid but not yet implemented declarators. Also added similar for scope declarator state and type declarator constant in case we don't get to some support for them pre-R*. Jonathan