Core submodule

This commit is contained in:
crumbtoo
2023-11-15 10:09:42 -07:00
parent 7c4d8f8306
commit ebda19458c
3 changed files with 12 additions and 0 deletions

6
src/Core/CoreLex.hs Normal file
View File

@@ -0,0 +1,6 @@
module CoreLex
(
)
where
----------------------------------------------------------------------------------

6
src/Core/CoreParse.hs Normal file
View File

@@ -0,0 +1,6 @@
module CoreParse
(
)
where
----------------------------------------------------------------------------------