Skip to main content

Module parser

Module parser 

Source
Expand description

Recursive-descent parser for bash syntax.

Produces an AST of Cmd nodes that borrow from the input string. Uses Pratt parsing for arithmetic expressions.

Structsยง

Parser
Recursive-descent parser for bash syntax. Produces an AST of Cmd nodes.