Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[STD] Fix keyspace LTM
  • Loading branch information
sorear committed Feb 11, 2011
1 parent 6e4a586 commit 0ef3d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -271,7 +271,7 @@ token unspacey { <.unsp>? }
token begid { <?before \w> }
token endid { <?before <-[ \- \' \w ]> > }
token spacey { <?before <[ \s \# ]> > }
token keyspace { <?before <-[(]> > [ <?before <[ \s \# ]> > || <.panic: "Whitespace required after keyword"> ] }
token keyspace { <!before '('> [ <?before <[ \s \# ]> > || <.panic: "Whitespace required after keyword"> ] }
token nofun { <!before '(' | '.(' | '\\' | '\'' | '-' | "'" | \w > }

# Note, don't reduce on a bare sigil unless you don't want a twigil or
Expand Down

0 comments on commit 0ef3d73

Please sign in to comment.