TO DO: Complete

Implements

Constructors

Methods

Implementation: Properties -- State

Constructors

Methods

  • Validate a given program (or the current one)

    Parameters

    • Optional program: AST

      an abstract syntax tree to analyze and validate.

    Returns boolean

Implementation: Properties -- State

_program: AST

TO DO: Complete