Module ident

Source
Expand description

Construct and validate HCL identifiers.

Structs§

Ident
Represents an HCL identifier.

Functions§

is_id_continue
Determines if ch is a valid HCL identifier continue character.
is_id_start
Determines if ch is a valid HCL identifier start character.
is_ident
Determines if s represents a valid HCL identifier.