Wire casetree into checking for embedded case statements

This commit is contained in:
2024-09-04 22:07:07 -07:00
parent 31a30ff7dc
commit 24ce520680
9 changed files with 282 additions and 458 deletions

View File

@@ -177,7 +177,8 @@ pPattern' = PatCon <$> getPos <*> uident <*> many pPattern <|> pPattern
caseAlt : Parser RCaseAlt
caseAlt = do
pat <- parseOp -- pPattern -- term and sort it out later?
-- pat <- parseOp -- pPattern -- term and sort it out later?
pat <- pPattern'
keyword "=>"
commit
t <- term