haskell-suite / haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
Other
193 stars 94 forks source link

HexFloatLiteral lexing #455 #456

Open merc1031 opened 4 years ago

merc1031 commented 4 years ago

Added handling to internal lexer for HexFloatLiterals to address #455 which was blocking some of my work

merc1031 commented 4 years ago

Sorry for the force pushes, Had to fix some warnings and fix a mis accepted golden parser out