diff --git a/src/Perl6/Actions.pm b/src/Perl6/Actions.pm index 042912893a6..5877b6b49bd 100644 --- a/src/Perl6/Actions.pm +++ b/src/Perl6/Actions.pm @@ -659,6 +659,7 @@ method term:sym($/) { make $.ast; } method term:sym($/) { make $.ast; } method term:sym($/) { make $.ast; } method term:sym($/) { make $.ast; } +method term:sym($/) { make $.ast; } method term:sym($/) { make $.ast; } method term:sym($/) { make block_closure($.ast, 'Block', 0); } method term:sym($/) { make $.ast; } diff --git a/src/Perl6/Grammar.pm b/src/Perl6/Grammar.pm index 5e06a76f5d1..6e8a7b8fa15 100644 --- a/src/Perl6/Grammar.pm +++ b/src/Perl6/Grammar.pm @@ -514,6 +514,7 @@ token term:sym { } token term:sym { } token term:sym { } token term:sym { } +token term:sym { } token term:sym { } token term:sym<*> { } token term:sym { }