1
0
forked from GitHub/gf-core

completed gfcc.txt

This commit is contained in:
aarne
2006-10-03 09:08:33 +00:00
parent c8a92c74d0
commit 1a86f3bb4c
3 changed files with 489 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ import System
main :: IO ()
main = do
file <- getLine ----getArgs
file:_ <- getArgs
grammar <- file2gfcc file
putStrLn $ statGFCC grammar
loop grammar