language-bash-0.11.1: Parsing and pretty-printing Bash shell scripts
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.