Re: specification file for JLex

Sreenivasa Viswanadha <sreeni@viswanadha.net>
1 Nov 2003 12:02:42 -0500

          From comp.compilers

Related articles
specification file for JLex Robert.Siegfried@gmx.de (Robert Siegfried) (2003-10-31)
Re: specification file for JLex sreeni@viswanadha.net (Sreenivasa Viswanadha) (2003-11-01)
Re: specification file for JLex stefan@infoiasi.ro (ANDREI Stefan) (2003-11-01)
| List of all articles for this month |

From: Sreenivasa Viswanadha <sreeni@viswanadha.net>
Newsgroups: comp.compilers
Date: 1 Nov 2003 12:02:42 -0500
Organization: Comcast Online
References: 03-10-132
Keywords: lex, Java
Posted-Date: 01 Nov 2003 12:02:42 EST

> I am looking for a specification file for JLex, so that JLex generates a
> scanner for Java. Neither on the JLex homepage nor via google did I find
> such a file.


If you just want a lexer for Java, look at JavaCC:


        http://javacc.dev.java.net


It comes with a Java parser as a part of the distribution. You can use
the scanner part of it.


Sreeni.


Post a followup to this message

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