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

Recognize identifiers with multiple consecutive single quotes. Allow no spaces around equals sign in macro definitions. #111

Closed sergv closed 7 years ago

sergv commented 7 years ago

Fix for #110 and for non-existing issue I diagnosed by the source code. It turns out that macro definition like foo=[a-z] was not handled correctly.

simonmar commented 7 years ago

Thanks!