Email List: Xaustin-group-lX
[All Lists]

Operators in 1003.1

To: austin-group-l@xxxxxxxxxxxxx
Subject: Operators in 1003.1
From: "Rocky Bernstein" <rocky.bernstein@xxxxxxxxx>
Date: Sat, 28 Jun 2008 00:28:22 -0400
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=ZDO0lRT9EBktHqdoAYqZLtfaWEE4sqNm0FtHYIMoqWM=; b=esoBaRORWP4r+htdQS0J4nLtamg1fCTuNyOxXqxphS7g4iZILWD8TbrRDJxJHvkWAI 6zd3Y52b0WY3ZhFlwh3HOZstUcHXLMnAILf9yndzewTrFlOfTYz5DCPZ58Tv2pYjPv4F MYNpXqYuACVXBVFe4U35y66aq8mpslMTY5BRw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Aot9ogRSvxG+0CY21i6rkahrll+qkfUuFR/2MxxudtRmyw6A37JkD7g8JA0knmP5+5 2nd0EURkAclWWQMoLyi05h0DqodMZF08nZysSscZkRrsnNu1jbCby45TYpwnamkdPAsd c4LE2VlY4bSphvEsnKtnl1CJ5CxjBhA64tIJQ=
In XCU 2299  in section 2.3 "Token recognition " and  XCU 2325 mention
is made of token "operators". However in the grammar XCU 2327 only
some of those token operators are listed, namely those that are more
than one character long which I guess those used in the grammar.
Scattered throughout  the rest of the document though you can find
mention of other single character token operators. In particular
parenthesis (which serves double duty for subshell and case) close
parenthesis, the pipe symbol, semicolon and possibly the arithmetic
operators (some of which are more than one character).

Given the implication that in parsing these tokens need not have white
space around them, wouldn't it be helpful to have a list somewhere and
to more explicit what all of the token operators are? Also, I note
that in some parts of the document these operators are further split
up into other categories like "arithmetic operator" (which is relevant
only in a particular arithmetic context?) "control operator" or
"redirection operator" perhaps "list operator".

Again wouldn't be helpful to have these listed all in one place somewhere?

Thanks.

<Prev in Thread] Current Thread [Next in Thread>