On Mon Dec 22 06:24:11 2008, moritz wrote: > currently (r34146) Rakudo allows 'class MyClass does RoleName { ... }', > but not 'class MyClass { does RoleName; ... }' (same with 'is > ClassName)', which should be allowed accordingly to S12:113. > Incorporated parsing this in as close to how STD.pm does it as I can get for now (we'll get it exactly, when we get protoregexes) and made it work in git d2d0d84. Plus couldn't find any tests for it, so added a couple to S12-role/basic.t.
Thanks, Jonathan