Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
Description
AstExpression methods have proven very useful (for example for constant folding and for and/or flattening). Add factory methods for all the remaining AstExpression classes to standardize how AstExpressions are created and to facilitate future functionality and optimizations.
Note: .NET's Expression class uses the same style of factory methods.