VM.patch
August 23, 2015 ยท View on GitHub
--- VM_old.hs 2015-01-28 23:48:22.776845328 +0900 +++ VM.hs 2015-01-29 03:37:52.215270886 +0900 @@ -1,6 +1,6 @@ module VM where
-import IO +import System.IO
{- Stack machine for running whitespace programs -}