purescript-0.13.0: PureScript Programming Language Compiler
Language.PureScript.Interactive.Parser
Description
Parser for PSCI.
parseDotFile :: FilePath -> String -> Either String [Command] Source #
Parses a limited set of commands from from .purs-repl
parseCommand :: String -> Either String [Command] Source #
Parses PSCI metacommands or expressions input from the user.