Skip to content

Class: UnifyOperation

Represents a unification operation (=), fundamental to logic programming.

Example

ts
X = 5

Constructors

Constructor

new UnifyOperation(operator, left, right, loc?): UnifyOperation

Parameters

ParameterType
operator"Unify"
leftExpression
rightExpression
loc?SourceLocation

Returns

UnifyOperation

Overrides

ASTNode.constructor