Refactor code generation to prepare for optimization passes

This commit is contained in:
2025-02-01 11:27:52 -08:00
parent 1490fc601b
commit fad966b1ec
14 changed files with 597 additions and 608 deletions

View File

@@ -7,7 +7,7 @@ import Lib.Prettier
import Lib.Types
public export
data Raw : Type where
data Raw : Type
public export
data Pattern