Interface Phrase

Represents a phrase token in the parser.

Hierarchy

Properties

Properties

type: "phrase"

The type of token.

See

value: string

The value of the phrase.

quote: "'" | "\""

The quote character used to quote the phrase.

Generated using TypeDoc