case/let and some cleanup of the cst

This commit is contained in:
2026-03-08 10:06:53 -07:00
parent eaf020bb91
commit 1a9e76b3e9
9 changed files with 31995 additions and 22415 deletions

View File

@@ -1,19 +1,19 @@
[
"let"
; "in"
"where"
; "case" "of"
"data"
"let"
; "in"
"where"
"case" "of"
"data"
;"U"
"do"
"ptype" "pfunc"
"module"
; "infixl" "infixr" "infix"
"∀" ; "forall"
"import"
"uses" "derive"
"do"
"ptype" "pfunc"
"module"
; "infixl" "infixr" "infix"
"∀" "forall"
"import"
"uses" "derive"
"class" "instance" "record" "constructor"
"if" "then" "else"
"if" "then" "else"
"|" "<-" "=>" "$" ":"
] @keyword
(comment) @comment