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

Fix on nested_comment in haskell.x #138

Closed VanessaCristiny closed 5 years ago

VanessaCristiny commented 5 years ago

The code in haskell.x was incorrectly detecting an error in the end of a comment when it had something like {-Comment --}.