From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] gcc/plan9 From: "Skip Tavakkolian" In-Reply-To: <20030717023309.GC10157@mero.morphisms.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 16 Jul 2003 19:59:45 -0700 Topicbox-Message-UUID: f95ef614-eacb-11e9-9e20-41e7f4b1d025 > I suppose, but who uses lex with C anymore? I cut/paste/modify the lexer out of awk or something else (8c, etc). It seems like at times lex forces you to unnaturally fit things into its model. I've often wondered if an specialized language with an expression syntax that lends itself to this type of work wouldn't be better. Awk is nearly there.