From 7fc706e7390d982042ce14ed91317c104f9bc4cf Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 17 Aug 2013 14:56:21 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- syntax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syntax b/syntax index 6a53dff..ca44109 100644 --- a/syntax +++ b/syntax @@ -56,9 +56,9 @@ verbatim ::= 'verbatim' _value [{_ value}] calc ::= 'calc' (__ value | _ any_exec) [{_ value | _ any_exec}] -any_exec ::= exec_type (__ value | _ any_exec) [{_ value | _ any_exec}] +any_exec ::= '(' _ exec_type (__ value | _ any_exec) [{_ value | _ any_exec}] _ ')' -exec_type ::= 'exec' | 'calc' | 'pipe' | 'fullpipe' | 'cat' | 'and' | 'or' +exec_type ::= "exec" | "calc" | "pipe" | "fullpipe" | "cat" | "and" | "or" name ::= {letter | escape | squote | dquote} -- cgit v1.2.3-70-g09d2