Implemented Basic Parser

This commit is contained in:
2024-11-14 14:05:47 -05:00
parent 923da9e747
commit aa48976e31
7 changed files with 363 additions and 3 deletions

5
src/Windows12.hs Normal file
View File

@ -0,0 +1,5 @@
module Windows12 where
import Windows12.Ast
import Windows12.Lexer
import Windows12.Parser