9fans archive / 1996 / 07 / 50 / prev next From: Jean Mehat jm@elk... Subject: inferno grammar Date: Tue, 16 Jul 96 23:23:24 +0200 In the inferno grammar as found on ftp://x.y.z/inferno/limbo.ps, - page 49: formal-arg should not be "nil-or-D : self identifier" as the ref on the preceding line is already optional. - page 51: lvalue-expression-list should be a list of lvalue-expression, not of lvalue; (incorrect also on page 24). - also on page 51, what is defined as an expression is actually a monadic-expression (correct on p. 19). Do the && and || operators really have different precedences? jm