language-bash-0.7.1: Parsing and pretty-printing Bash shell scripts

Safe HaskellSafe
LanguageHaskell98

Language.Bash.Parse

Description

Bash script and input parsing.

Synopsis

Documentation

parse :: SourceName -> String -> Either ParseError List Source #

Parse a script or input line into a (possibly empty) list of commands.