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

WIP: Optional bootstrap #174

Open Ericson2314 opened 3 years ago

Ericson2314 commented 3 years ago

Everything builds, but my rough-cut hand-rolled combinators for lexing are not doing the right thing yet. I'll figure out why tomorrow.

CC @int-index