Skip to content

Commit

Permalink
Bring back the circumfix:sym<( )> actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurtis committed Jul 20, 2010
1 parent 671cce8 commit 9f9b948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Squaak/Actions.pm
Expand Up @@ -303,3 +303,5 @@ method term:sym<string_constant>($/) { make $<quote>.ast; }

method quote:sym<'>($/) { make $<quote_EXPR>.ast; }
method quote:sym<">($/) { make $<quote_EXPR>.ast; }

method circumfix:sym<( )>($/) { make $<EXPR>.ast; }

0 comments on commit 9f9b948

Please sign in to comment.