Package org.oristool.lello.visitor
package org.oristool.lello.visitor
AST visitors.
-
ClassDescriptionFormats a Lello expression according to a C-like syntax.Simplifies a Lello expression by using some elementary algebraic properties.A Visitor interface used to format expressions; a concrete expression calls the appropriate method of the Visitor passing a reference to itself.A Visitor interface used to perform symbolic manipulations on expressions, such as simplifications; a concrete expression calls the appropriate method of the Visitor passing a reference to itself.