From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5f9238aeb651f621030bbcc5bf017170@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] gcc/plan9 From: "Russ Cox" In-Reply-To: <13fdf88296c90ea01a2defa55e0326c6@collyer.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 16 Jul 2003 22:07:09 -0400 Topicbox-Message-UUID: f929d2d6-eacb-11e9-9e20-41e7f4b1d025 > Speaking of scanners, I found that somebody has modified flex to scan > Unicode input (and cranked up the table sizes appropriately). I'm > wondering if it's worth modifying it further to scan UTF-8 instead so > it could be used instead of the sorts of tricks I've used to make lex > scan UTF-8. I did a lot of the work toward this, without cranking table sizes too much, but I didn't really want to deal with the lex syntax. Russ