Move expanding pattern matches to its own transformations
authorLuke Lau <luke_lau@icloud.com>
Mon, 12 Aug 2019 15:26:21 +0000 (16:26 +0100)
committerLuke Lau <luke_lau@icloud.com>
Mon, 12 Aug 2019 15:26:21 +0000 (16:26 +0100)
commitc4a5f8ab1efce20f0e1181ffe34639facb19594a
tree040e0e12168effea4cadcb8523acd42bd4b65eca
parent86531822ef58c5b29751976f5b41d1c631bdd459
Move expanding pattern matches to its own transformations

I think this will make it easier to understand how pattern matching
works
ast.scm
codegen.scm
tests.scm
typecheck.scm