This commit is contained in:
crumbtoo
2023-12-06 17:15:03 -07:00
parent f6d87cfb6b
commit dade0a13a2
4 changed files with 24 additions and 11 deletions

View File

@@ -68,7 +68,6 @@ rlp :-
"{" { constTok TokenLBrace }
"}" { constTok TokenRBrace }
";" { constTok TokenSemicolon }
"," { constTok TokenComma }
"{-#" { constTok TokenLPragma `andBegin` pragma }
"let" { constTok TokenLet }
@@ -121,7 +120,6 @@ data CoreToken = TokenLet
| TokenIn
| TokenModule
| TokenWhere
| TokenComma
| TokenPack -- temp
| TokenCase
| TokenOf