parse-cmd: Almost done but stopped by the gong

This commit is contained in:
Jérôme Guélen 2025-04-08 19:56:46 +02:00
parent d0cea8828d
commit 926774846f
No known key found for this signature in database
4 changed files with 115 additions and 39 deletions

View file

@ -41,7 +41,7 @@ OPT_PIPELINE -> | GROUP_OR_SIMPLE OPT_PIPELINE
OPT_PIPELINE -> ε
GROUP_OR_SIMPLE -> (CMDS) REDIR
GROUP_OR_SIMPLE -> SIMPLE
SIMPLE -> REDIR word REDIR SIMPLST
SIMPLE -> REDIR word REDIR SIMPLE_LST
SIMPLE_LST -> word REDIR SIMPLE_LST
SIMPLE_LST -> ε
REDIR -> > word REDIR