Mapper for deriving subexpressions as a list
Open
- Dominant language
- Python
- Stars
- 131
- Forks
- 26
- Avg merge
- 41m
- Merged PRs (30d)
- 2
Description
Is there a mapper for listing all subexpressions of an expression? For example, `x + 2*y` becomes `[x + 2*y, 2*y, x, y]`, sorted based on precedence. Otherwise, if you like the idea, I'm willing to create a PR for it.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.