Related articles |
---|
Double-byte lex and yacc? moleary@primus.com (Michael O'Leary) (1997-04-02) |
Re: Double-byte lex and yacc? Julian.Orbach@unisys.com (1997-04-03) |
How to implement a double byte Lex and Yacc jukkaj@ping.at (JUKKA) (1997-04-16) |
Re: How to implement a double byte Lex and Yacc jlilley@empathy.com (John Lilley) (1997-04-20) |
Re: How to implement a double byte Lex and Yacc clark@quarry.zk3.dec.com (1997-04-22) |
Re: How to implement a double byte Lex and Yacc arons@panix.com (Stephen Arons) (1997-05-05) |
Re: How to implement a double byte Lex and Yacc vern@daffy.ee.lbl.gov (1997-05-06) |
From: | Stephen Arons <arons@panix.com> |
Newsgroups: | comp.compilers |
Date: | 5 May 1997 22:00:31 -0400 |
Organization: | Compilers Central |
References: | 97-04-013 97-04-023 97-04-075 97-04-140 |
Keywords: | lex, yacc, i18n |
The Plan 9 version of yacc handles Unicode in UTF-8 format; its
version of lex is restricted to ASCII. For an overview of the
issues faced in making the OS and its applications Unicode-based,
have a look at ``Hello World'' by Pike and Thompson in the Plan 9 docs.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.