purescript-0.15.15: PureScript Programming Language Compiler
Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Interactive.Parser

Description

Parser for PSCI.

Synopsis

Documentation

parseDotFile :: FilePath -> String -> Either String [Command] #

Parses a limited set of commands from from .purs-repl

parseCommand :: String -> Either String [Command] #

Parses PSCI metacommands or expressions input from the user.