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