interpret

fun <T> TypedMst<T>.interpret(algebra: Algebra<T>, arguments: Map<Symbol, T>): T(source)

Interprets the TypedMst node with this Algebra and arguments.


fun <T> TypedMst<T>.interpret(algebra: Algebra<T>, vararg arguments: Pair<Symbol, T>): T(source)

Interprets the TypedMst node with this Algebra and optional arguments.