git @ Cat's Eye Technologies Pixley / master impl / haney / Main.hs
master

Tree @master (Download .tar.gz)

Main.hs @masterraw · history · blame

1
2
3
4
5
6
7
8
import System.Environment

import Pixley

main = do
    [fileName] <- getArgs
    programText <- readFile fileName
    putStrLn $ show $ runPixley programText