Skip to main content

Module parser

Module parser 

Source
Expand description

Rowan-based recursive-descent parser for nginx configuration files.

Takes the token sequence from lexer_rowan::tokenize and builds a lossless green tree using rowan::GreenNodeBuilder.

Structs§

SyntaxError
Parse errors collected during tree construction.

Functions§

parse
Parse a flat token list into a rowan green tree.