Expand or Move away from`ParametricExpression`
Open
dslx
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 283
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 135
Description
Some parametric entities rely on `ParametricExpression`, which currently does not support all operations that should be allowable for parametric expressions. Consider migrating away from `ParametricExpression` and just using `Expr` directly in these cases. Alternatively, refactor `ParametricExpression` to be more flexible/expandable.
Contributor guide
Assessment
This issue has not been assessed yet.