Interface Operator

Represents a token in the parser.

Hierarchy

Properties

Properties

type: "operator"

The type of token.

See

value: string

The value of the operator.

Can be AND or OR.

left: any

The left-hand side of the operator.

right: any

The right-hand side of the operator.

Generated using TypeDoc