Skip to content

Lexer: turn some fatal errors into non-fatal ones

Alec Theriault requested to merge harpocrates/ghc:lexer-fixes into master

The following previously fatal lexer errors are now non-fatal:

  • errors about enabling LambdaCase
  • errors about enabling NumericUnderscores
  • errors about having valid characters in primitive strings

Merge request reports