projekty
/
fp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix more bugs
[fp.git]
/
src
/
Main.hs
1
module Main where
2
3
import System.Environment
4
5
import Lambda.Interpreter as L
6
7
main :: IO ()
8
main = do
9
[filename] <- getArgs
10
L.interpret filename