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
.