Improvement #2197
Make X / DX rewritable
Start date:
04.07.2025
Due date:
% Done:
0%
Estimated time:
origin:
Updated by Henning Blohm 10 days ago
- Subject changed from TODO: Make X / DX rewritable to Make X / DX rewritable
Currently, when traversing an X expression tree there is no way to rewrite the tree consistently without resorting to reflection.
In this context rewriting refers to the ability to traverse the expression tree and replace nodes or subtrees as desired.
Acceptance Criteria¶
- X.UnaryOp and X.BinaryOp demand build methods with a corresponding number of argument