module Compiler.Lexer.IdentifierSpec where import Test.Hspec import Common import Compiler.Lexer.Identifiers spec :: Spec spec = specGenerateAndParse @Identifier