magicant / yash

Yet another shell
http://magicant.github.io/yash/
GNU General Public License v2.0
346 stars 30 forks source link

Allow esac as the first pattern of a case branch #89

Closed magicant closed 2 weeks ago

magicant commented 2 weeks ago

POSIX has been changed to allow esac as the first pattern of a case branch. This commit implements this change in the parser.

This PR is the yash counterpart to https://github.com/magicant/yash-rs/pull/426.