inducer / inducer/pymbolic

Mapper for deriving subexpressions as a list

Open
#31 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.