Skip to content

Commit

Permalink
Maybe now will work on students
Browse files Browse the repository at this point in the history
  • Loading branch information
chaser92 committed May 4, 2015
1 parent 5d35658 commit 8384da2
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion interpreter.hs → Interpreter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ printOutputAndExit (Left err, _) = do
printOutputAndExit (Right output, _) = do
putStr $ show output
exitSuccess
ls

showTree :: (Show a, Print a) => Int -> a -> IO ()
showTree v tree
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
all:
cabal update
cabal install mtl
happy -gca Parmyjs.y
alex -g Lexmyjs.x
ghc --make interpreter.hs -o interpreter
Expand Down
1 change: 0 additions & 1 deletion memory.hs → Memory.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE AllowAmbiguousTypes #-}

module Memory where

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8384da2

Please sign in to comment.