mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-14 05:32:51 -06:00
gfcm header
This commit is contained in:
@@ -11,6 +11,7 @@ import SkelGF
|
||||
import PrintGF
|
||||
import AbsGF
|
||||
|
||||
|
||||
import ErrM
|
||||
|
||||
type ParseFun a = [Token] -> Err a
|
||||
@@ -28,6 +29,7 @@ run p s = case (p (myLLexer s)) of
|
||||
putStrLn $ "\n[Abstract Syntax]\n\n" ++ show tree
|
||||
putStrLn $ "\n[Linearized tree]\n\n" ++ printTree tree
|
||||
|
||||
|
||||
main :: IO ()
|
||||
main = do args <- getArgs
|
||||
case args of
|
||||
|
||||
Reference in New Issue
Block a user