Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add FINAL and COMPOSE, just for lizmat++
  • Loading branch information
TimToady committed May 15, 2013
1 parent 4dc2553 commit 9906f18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions STD.pm6
Expand Up @@ -1564,6 +1564,8 @@ grammar P6 is STD {

token statement_prefix:BEGIN { :my %*MYSTERY; <sym> <blast> <.explain_mystery> }
token statement_prefix:CHECK { <sym> <blast> }
token statement_prefix:FINAL { <sym> <blast> }
token statement_prefix:COMPOSE { <sym> <blast> }
token statement_prefix:INIT { <sym> <blast> }
token statement_prefix:START { <sym> <blast> }
token statement_prefix:ENTER { <sym> <blast> }
Expand Down

0 comments on commit 9906f18

Please sign in to comment.