Check for and create compiled files when requiring
Open
enhancement
- Dominant language
- Python
- Stars
- 14
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Check to see if an equivalent `.rabbit` file exists in the same directory, and, if so, decompile that instead of running the original `.rab`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the implementation of requiring a file and inspect how `.rab` files are currently handled. Check whether a same-directory `.rabbit` file is available, use it for decompilation when appropriate, and verify the behavior with the project's existing tests or a focused reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100