Copyright | (c) Christian Maeder DFKI GmbH 2009 |
---|---|
License | GPLv2 or higher, see LICENSE.txt |
Maintainer | Christian.Maeder@dfki.de |
Stability | provisional |
Portability | portable |
Safe Haskell | None |
Documentation
data LitCommand Source #
LitCommand | |
|
parseLine :: [CmdlCmdDescription] -> FilePath -> Int -> Parser LitCommand Source #
parseArgument :: Parser (String, String) Source #
parseCommand :: [String] -> Parser String Source #
parseSingleLine :: FilePath -> Int -> String -> Either String LitCommand Source #