LR-demo
Safe HaskellNone
LanguageHaskell2010

LR

Description

LR-parser.

Synopsis

Documentation

main :: IO () Source #

Main: read file passed by only command line argument and call run.

run :: String -> IO () Source #

Parse grammar and then use it to parse stdin.

runM :: Err a -> IO a Source #

runErr :: IO () -> Err a -> IO a Source #