Re: Double-byte lex and yacc?

sreeni@csc.albany.edu (Sreenivasa Rao Viswanadha)
3 Apr 1997 13:59:43 -0500

          From comp.compilers

Related articles
Double-byte lex and yacc? moleary@primus.com (Michael O'Leary) (1997-04-02)
Re: Double-byte lex and yacc? sreeni@csc.albany.edu (1997-04-03)
Re: Double-byte lex and yacc? Julian.Orbach@unisys.com (1997-04-03)
Re: Double-byte lex and yacc? dds@flavors.com (Duncan Smith) (1997-04-06)
Re: Double-byte lex and yacc? moleary@primus.com (Michael O'Leary) (1997-04-16)
| List of all articles for this month |

From: sreeni@csc.albany.edu (Sreenivasa Rao Viswanadha)
Newsgroups: comp.compilers
Date: 3 Apr 1997 13:59:43 -0500
Organization: The University at Albany
References: 97-04-013
Keywords: lex, yacc, i18n

Michael O'Leary <moleary@primus.com> wrote:
>Are there any versions of lex and/or yacc that are capable of
>accepting double-byte character streams as input?


The JavaCC (http://www.suntest.com/JavaCC) lexer recognizes double-byte
character streams. I don't know if it matters to you, but this tool
generates lexers in Java. Look at the documentation for more details.


Sreeni.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.