LR
Description
LR-parser.
main :: IO () Source #
Main: read file passed by only command line argument and call run.
run
run :: String -> IO () Source #
Parse grammar and then use it to parse stdin.
type Err = Either String Source #
runM :: Err a -> IO a Source #
runErr :: IO () -> Err a -> IO a Source #