diff --git a/src/Squaak/Actions.pm b/src/Squaak/Actions.pm index f26e674..9e6deae 100644 --- a/src/Squaak/Actions.pm +++ b/src/Squaak/Actions.pm @@ -303,3 +303,5 @@ method term:sym($/) { make $.ast; } method quote:sym<'>($/) { make $.ast; } method quote:sym<">($/) { make $.ast; } + +method circumfix:sym<( )>($/) { make $.ast; }