haskell / happy

The Happy parser generator for Haskell
Other
276 stars 84 forks source link

Support Mid-rule actions #129

Open sgraf812 opened 5 years ago

sgraf812 commented 5 years ago

I'd like to use mid-rule actions (i.e. for parsing binding constructs into a nameless representation) similar to what bison offers and was a little disappointed that happy doesn't seem to support these.

Just want to track this here and ask if there are any alternatives.