Skip to content

Commit

Permalink
add statement_prefix:eager
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Nov 26, 2013
1 parent 8370f3f commit 3b262af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion STD.pm6
Expand Up @@ -3100,14 +3100,15 @@ grammar P6 is STD {
}

token statement_prefix:once { <sym> <blast> }
token statement_prefix:eager { <sym> <blast> }
token statement_prefix:lazy { <sym> <blast> }
token statement_prefix:sink { <sym> <blast> }
token statement_prefix:try { <sym> <blast> }
token statement_prefix:quietly { <sym> <blast> }
token statement_prefix:gather { <sym> <blast> }
token statement_prefix:contend { <sym> <blast> }
token statement_prefix:async { <sym> <blast> }
token statement_prefix:maybe { <sym> <blast> }
token statement_prefix:lazy { <sym> <blast> }
token statement_prefix:do { <sym> <blast> }

token statement_prefix:lift {
Expand Down

0 comments on commit 3b262af

Please sign in to comment.