Create CodeGen module

This commit is contained in:
2024-12-09 20:29:04 -05:00
parent 898160d611
commit 892658de78
3 changed files with 11 additions and 1 deletions

View File

@ -2,4 +2,5 @@ module Windows12 where
import Windows12.Ast
import Windows12.Lexer
import Windows12.Parser
import Windows12.Parser
import Windows12.CodeGen