Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: mac Newsgroups: comp.compilers Subject: Re: Why are ambiguous grammars usually a bad idea? Why are languages usually defined and implemented with ambiguous grammars? Date: Mon, 3 Jan 2022 19:51:53 -0000 (UTC) Organization: A noiseless patient Spider Lines: 7 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <22-01-007@comp.compilers> References: <21-12-003@comp.compilers> <21-12-017@comp.compilers> <21-12-022@comp.compilers> <21-12-026@comp.compilers> <21-12-033@comp.compilers> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="25050"; mail-complaints-to="abuse@iecc.com" Keywords: history, syntax Posted-Date: 03 Jan 2022 14:58:36 EST X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: csiph.com comp.compilers:2790 > [Interesting take. In reality, of couse, BASIC borrowed that from Fortran. Algol > used := for assignment, different from = for equality comparison. -John] Indeed. Unfortunately, assignment is probably the single most common operator. The ASCII committee should have kept the left-arrow character instead of replacing it with underscore.