merge aoc lib and prelude
This commit is contained in:
@@ -168,7 +168,7 @@ jsString str = text (show str)
|
||||
|
||||
keywords : List String
|
||||
keywords = [
|
||||
"var", "true", "false", "let", "case", "switch", "if", "then", "else",
|
||||
"var", "true", "false", "let", "case", "switch", "if", "then", "else", "String",
|
||||
"function", "void", "undefined", "null", "await", "async", "return", "const"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user