Analyzer

interface Analyzer

Used to represent the semantic analyzer for a given Parse Tree

Functions

Link copied to clipboard
abstract fun analyze(node: AstObject): AstObject

Applies a semantic analysis to the node