Add '<sh-not>' to syntax document

* doc/syntax.txt: Add '<sh-not>'.
This commit is contained in:
Timothy Sample 2018-07-19 01:04:28 -04:00
parent 12b0354233
commit f149d42b82
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ sync ::= exp
exp ::= pipe
| ('<sh-and> exp_1 exp_2)
| ('<sh-or> exp_1 exp_2)
| ('<sh-not> pipe)
pipe ::= cmd*
| ('<sh-pipe> cmd* ...)