organized

This commit is contained in:
2025-09-06 01:57:43 +01:00
parent 4b6f8513c2
commit f458cc6731
8 changed files with 239 additions and 180 deletions

9
Main.hs Normal file
View File

@@ -0,0 +1,9 @@
module Main where
import Parser
import Compiler
main :: IO ()
main = do
contents <- getContents
compileZorth $ parseZorth contents