Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix spurious IMiaB error for shadowing labels
  • Loading branch information
sorear committed Jun 23, 2011
1 parent c12e878 commit 9c1b484
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/niecza
Expand Up @@ -23,6 +23,10 @@ use RxOp;
use Sig;
use STD;

augment grammar STD::P6 { #OK
token label { <identifier> ':' <?before \s> <.ws> }
}

augment class NieczaActions {
}

Expand Down

0 comments on commit 9c1b484

Please sign in to comment.