Piecewise defined substitution rules
Open
- Dominant language
- Python
- Stars
- 636
- Forks
- 81
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 7
Description
To be able to call `assignment_to_subst` on
```
a[i, 0] = f(i)
a[i, 1] = g(i)
```
cc @jdsteve2
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the assignment_to_subst entry point and reading how substitutions are represented. Use the two indexed assignments in the issue as the target cases, and add or update coverage so each assignment can be converted to the corresponding substitution rule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100