emersion / emersion/mrsh

Support omitting `in` in for clauses

Open
#126 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.