forked from GitHub/gf-core
completed gfcc.txt
This commit is contained in:
@@ -15,7 +15,7 @@ import System
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
file <- getLine ----getArgs
|
||||
file:_ <- getArgs
|
||||
grammar <- file2gfcc file
|
||||
putStrLn $ statGFCC grammar
|
||||
loop grammar
|
||||
|
||||
Reference in New Issue
Block a user