Parser generator for Java??

"V. Sanath D. Jayasena" <jayasena@cs.uiuc.edu>
6 Jun 1999 23:04:07 -0400

          From comp.compilers

Related articles
Parser generator for Java?? jayasena@cs.uiuc.edu (V. Sanath D. Jayasena) (1999-06-06)
Re: Parser generator for Java?? qjackson@wave.home.com (Quinn Tyler Jackson) (1999-06-12)
Re: Parser generator for Java?? rod@cs.colgate.edu (Rod Moten) (1999-06-12)
Re: Parser generator for Java?? bfahle@forelogic.com (Bill Fahle) (1999-06-19)
Re: Parser generator for Java?? putlai@my-deja.com (1999-07-01)
| List of all articles for this month |

From: "V. Sanath D. Jayasena" <jayasena@cs.uiuc.edu>
Newsgroups: comp.compilers
Date: 6 Jun 1999 23:04:07 -0400
Organization: Dept. of Computer Science, Univ. of Illinois
Keywords: Java, parse

Hi all,


Ideas, opinions, suggestions welcome and appreciated.


I need to develop a parser module, preferably in Java source code. The
parser is just a front end (translator) of a larger/more complex
'server entity' which will be written in Java. The initial platform is
PC/Windows (Win32). Issues:


1.) What would be the best options I have to generate a parser in Java
source code:
                - JavaCC (freely downloadable)?
                -PCYACC (from www.abxsoft.com - costs $995)?
                -MUSKOX (free from www.mastersys.com)?


        Any experiences (+, -), comparsions among above 3?
        Any other good tools??


2.) Can I use a C/C++ parser generators like LEX/YACC, FLEX/BISON
        or similar tools (Windows versions) to first build a C or C++ parser
module and
        then integrate it with the Java main code?
        Does Java development env.'s allow such integration?


Thanks.


Sanath Jayasena
jayasena@cs.uiuc.edu


Post a followup to this message

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