Support omitting `in` in for clauses
Open
enhancement
- Dominant language
- C
- Stars
- 531
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
Section 2.9.4:
> Omitting:
>
> `in word...`
>
>shall be equivalent to:
>
> `in "$@"`
Contributor guide
Research direction
The issue targets POSIX shell for-clause parsing and cites Section 2.9.4; no implementation file or test is named. Start by locating the for-clause parser and existing syntax tests. Done means accepting a clause without `in` with behavior equivalent to `in "$@"`.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, shell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100