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

Safe HaskellSafe-Inferred

Language.Bash.Parse

Description

Bash script and input parsing.

Synopsis

Documentation

parse :: SourceName -> String -> Either ParseError ListSource

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