Simple parse-dump main function, also fixed about everything
This commit is contained in:
parent
f35ca83d7a
commit
01fafec1c0
18 changed files with 179 additions and 214 deletions
|
@ -1,6 +1,9 @@
|
|||
module Main (main) where
|
||||
import qualified Text.Parsec as Parsec
|
||||
import qualified Ubc.Parse.Syntax.File as File
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
text <- getContents
|
||||
return ()
|
||||
|
||||
print $ Parsec.parse File.parse "<stdin>" text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue