From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <225fa8e60604200400v70d98edaje07701d5a9bcf7c0@mail.gmail.com> Date: Thu, 20 Apr 2006 14:00:27 +0300 From: R <0xef967c36@gmail.com> To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Install from CD fails In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Topicbox-Message-UUID: 41ad4362-ead1-11e9-9d60-3106f5b1d025 On 4/20/06, erik quanstrom wrote: > es scans the bit inside the {} as a string and does not parse it until it= is used. no. body : cmd { $$ =3D $1; } | cmdsan body { $$ =3D mkseq("%seq", $1, $2); } ... comword : param { $$ =3D $1; } | '(' nlwords ')' { $$ =3D $2; } | '{' body '}' { $$ =3D thunkify($2); }