<masak> rakudo: say "foo" ~~ /<[f] #[comment] + [o]>/
<p6eval> rakudo 5351a3: OUTPUT«perl6regex parse error: Error parsing
enumerated character class at offset 30, found '[ [...]
<masak> pmichaud: I posit that this should work.
<pmichaud> pge doesn't understand embedded comments.
<masak> it does outside of <>.
<pmichaud> right
<masak> rakudo: say "foo" ~~ / fo #[ comment here! ] o /
<p6eval> rakudo 5351a3: OUTPUT«foo»
<pmichaud> huh.
<pmichaud> well, it's very likely that the part that parses <[ ... ]>
doesn't understand them then.
[15:10]
<pmichaud> std: /<[f] #[comment] + [o]>/
<p6eval> std 27351: OUTPUT«ok 00:03 36m»
* masak submits rakudobug