Where can I find java parser??

boy_wonder48@hotmail.com (steve smith)
6 May 2003 01:31:35 -0400

          From comp.compilers

Related articles
Where can I find java parser?? boy_wonder48@hotmail.com (2003-05-06)
Re: Where can I find java parser?? Marko.Makela@HUT.FI (Marko =?ISO-8859-1?Q?M=E4kel=E4?=) (2003-05-12)
Re: Where can I find java parser?? mscottschilling@hotmail.com (Mike Schilling) (2003-05-12)
Re: Where can I find java parser?? usenet.2.chasmcity@spamgourmet.com (Kenny MacLeod) (2003-05-12)
Re: Where can I find java parser?? 1010news@ostermiller.com (2003-05-13)
Re: Where can I find java parser?? assmuth@uni-paderborn.de (Dominik Assmuth) (2003-05-13)
Re: Where can I find java parser?? param113@hotmail.com (2003-05-15)
[2 later articles]
| List of all articles for this month |

From: boy_wonder48@hotmail.com (steve smith)
Newsgroups: comp.lang.java.programmer,comp.compilers
Date: 6 May 2003 01:31:35 -0400
Organization: http://groups.google.com/
Keywords: Java, parse, question
Posted-Date: 06 May 2003 01:31:35 EDT

Hi I am lookinhg for a Java parser that will parse process expressions
that have been entered by a user. An example of an expression is a||b,
meaning run a in parallel with b. If the user enters a correct
expression it will return a petri net of it but an incorrect
expression will result in an error. I am looking for a java parser
that will allow me to do this, so that all I have to do is provide
grammar rules for it. Thanks.


Post a followup to this message

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