mostly parsing tweaks

This commit is contained in:
2024-07-20 10:53:44 -07:00
parent f0d0743ccb
commit ac0cf8c3e8
8 changed files with 61 additions and 26 deletions

View File

@@ -5,7 +5,7 @@ import Text.Lexer.Tokenizer
import Lib.Token
keywords : List String
keywords = ["let", "in", "where", "case", "of", "data"]
keywords = ["let", "in", "where", "case", "of", "data", "U"]
specialOps : List String
specialOps = ["->", ":", "=>"]