Implement conversion from Ast to TAst

This commit is contained in:
2024-12-11 15:58:01 -05:00
parent fe335fa16e
commit d53362f882
3 changed files with 265 additions and 0 deletions

View File

@ -5,3 +5,4 @@ import Windows12.Lexer
import Windows12.Parser
import Windows12.CodeGen
import Windows12.TAst
import Windows12.Semant