yav / haskell-lexer

A fully compliant Haskell 98 lexer.
MIT License
15 stars 7 forks source link

Promoted constructor ticks don't lex properly #8

Open isovector opened 4 years ago

isovector commented 4 years ago

consider

type Foo = 'True

which breaks the lexer :(