Module parser

Module parser 

Source
Expand description

An HCL parser which keeps track of whitespace, comments and span information.

Structs§

Error
Error type returned when the parser encountered an error.
Location
Represents a location in the parser input.

Functions§

parse_body
Parse an input into a Body.
parse_expr
Parse an input into an Expression.
parse_template
Parse an input into a Template.