Files
zorth/Main.hs
2025-09-06 01:57:43 +01:00

9 lines
140 B
Haskell

module Main where
import Parser
import Compiler
main :: IO ()
main = do
contents <- getContents
compileZorth $ parseZorth contents