haskell: desugar guards/where/list-comp → core AST (+15 tests, 226/226)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Has been cancelled

This commit is contained in:
2026-04-24 21:16:53 +00:00
parent cab7ca883f
commit ef81fffb6f
4 changed files with 542 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ for FILE in "${FILES[@]}"; do
(load "lib/haskell/tokenizer.sx")
(load "lib/haskell/layout.sx")
(load "lib/haskell/parser.sx")
(load "lib/haskell/desugar.sx")
(load "lib/haskell/testlib.sx")
(epoch 2)
(load "$FILE")
@@ -86,6 +87,7 @@ EPOCHS
(load "lib/haskell/tokenizer.sx")
(load "lib/haskell/layout.sx")
(load "lib/haskell/parser.sx")
(load "lib/haskell/desugar.sx")
(load "lib/haskell/testlib.sx")
(epoch 2)
(load "$FILE")