haskell / alex

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

Fix tiger.x to compile again. #56

Closed erantapaa closed 9 years ago

erantapaa commented 9 years ago

Included in the pull request are changes to the tiger.x example to get it to compile. This is a useful example because it shows how to use the monadUserState wrapper and how to handle nestable comments.

I also added a target in the Makefile to build it.