The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
%semantic token 'a' 'b' 'c' 
%tree

%%

S:
      ( %name AS 'a' S ) 'b'
    | 'c'  
;

%%