From ee10abacabe5faabf3c4d26f5ca2b116e6dd80fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gu=C3=A9len?= Date: Fri, 2 May 2025 13:32:08 +0200 Subject: [PATCH] Fixed grammar file for coherence and clarity --- grammar.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grammar.md b/grammar.md index 57f6602..1188ac9 100644 --- a/grammar.md +++ b/grammar.md @@ -13,7 +13,7 @@ PIPELINE -> PIPELINE | GROUP_OR_SIMPLE PIPELINE -> GROUP_OR_SIMPLE GROUP_OR_SIMPLE -> (CMDS) REDIR GROUP_OR_SIMPLE -> SIMPLE -SIMPLE -> REDIR word REDIR SIMPLE_LST +SIMPLE -> REDIR SIMPLE_LST SIMPLE_LST -> word REDIR SIMPLE_LST SIMPLE_LST -> ε REDIR -> > word REDIR @@ -41,9 +41,9 @@ OPT_PIPELINE -> | GROUP_OR_SIMPLE OPT_PIPELINE OPT_PIPELINE -> ε GROUP_OR_SIMPLE -> (CMDS) REDIR GROUP_OR_SIMPLE -> SIMPLE -SIMPLE -> REDIR SIMPLE_TAIL -SIMPLE_TAIL -> word REDIR SIMPLE_TAIL -SIMPLE_TAIL -> ε +SIMPLE -> REDIR SIMPLE_LST +SIMPLE_LST -> word REDIR SIMPLE_LST +SIMPLE_LST -> ε REDIR -> > word REDIR REDIR -> >> word REDIR REDIR -> < word REDIR