module Compiler.Lexer.TokenSpec where import Test.Hspec import Common import Compiler.Lexer.Tokens spec :: Spec spec = specGenerateAndParse @[Token]