The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
%% 

wfe :
  wfe BINARY_OPERATOR wfe
  |
  LEFT_PAREN wfe RIGHT_PAREN
  |
  UNARY_OPERATOR wfe
  |
  ATOMIC
  ;