Open mtrberzi opened 9 years ago
Most subclasses of Expression should take a namespace map instead of a single scope. Additionally, Expressions typically need to know the "current namespace" or "default namespace" in order to look for local bindings, etc.
Expression
Most subclasses of
Expression
should take a namespace map instead of a single scope. Additionally,Expression
s typically need to know the "current namespace" or "default namespace" in order to look for local bindings, etc.