udoprog / genco

A whitespace-aware quasiquoter for beautiful code generation.
Apache License 2.0
181 stars 11 forks source link

Fix pattern parsing #12

Closed udoprog closed 4 years ago

udoprog commented 4 years ago

Currently we only support native patterns in match statements.

This adds support for patterns with alternatives separated by pipes (|).