purescript-0.13.8: PureScript Programming Language Compiler

Safe HaskellNone
LanguageHaskell2010

Language.PureScript.Interactive.Parser

Description

Parser for PSCI.

Synopsis

Documentation

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.