interpret
fun <T> TypedMst<T>.interpret(algebra: Algebra<T>, arguments: Map<Symbol, T>): T
Content copied to clipboard
Interprets the TypedMst node with this Algebra and arguments.
fun <T> TypedMst<T>.interpret(algebra: Algebra<T>, vararg arguments: Pair<Symbol, T>): T
Content copied to clipboard
Interprets the TypedMst node with this Algebra and optional arguments.