Expand description
An HCL parser which keeps track of whitespace, comments and span information.
Structs§
- Error type returned when the parser encountered an error.
- Represents a location in the parser input.
Functions§
- Parse an input into a
Body
. - Parse an input into an
Expression
. - Parse an input into a
Template
.