haskell / alex

A lexical analyser generator for Haskell
https://hackage.haskell.org/package/alex
BSD 3-Clause "New" or "Revised" License
297 stars 82 forks source link

Control case-sensitivity #74

Open punund opened 8 years ago

punund commented 8 years ago

Can we please have an option for case-insensitive matching?

hvr commented 8 years ago

This requires some additional specification to find out which code-points are equivalent modulo case