EBNF Grammar for POSIX Shell

ChubakPDP11+TakeWithGrainOfSalt@programming.dev to Programming@programming.dev – 25 points –
The POSIX Shell Grammar
gist.github.com

I am implementing my own POSIX Shell so I wrote this not to get lost. I posted a much more inferior iteration of this weeks ago ---that one was truly subpar. This one is much better.

Bonus: ebnf.vim.

Thanks.

4

there are typos in lines 118 (asyncp), 202 (substitue), 346 (bracketet; also see line 352) and 386 (asnyc), and in line 346 you did not update the names from brack to bracket, and in line 283 (and consequently also line 320) the word order should probably be redirect-output-append

Apologies. I will definitely fix them. Do you notice any more errors? I myself just realize that-- path expansion could be replaced with actual rules. Thanks again.