Skip to content

Commit

Permalink
Fix compilation of endsym annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Oct 29, 2011
1 parent 3909462 commit 14a888b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/niecza
Expand Up @@ -73,6 +73,13 @@ method nibbler() {
}
}

augment class RxOp::Sym {
method clone(:$captures) {
self.WHAT.new(text => $!text, igcase => $!igcase, igmark => $!igmark,
endsym => $!endsym, :$captures);
}
}

augment class NieczaActions {
method type_declarator:subset ($/) {
my ($basetype) = self.process_name($*OFTYPE<longname>);
Expand Down

0 comments on commit 14a888b

Please sign in to comment.