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) |
Re: Where can I find java parser?? egagnon@j-meg.com (Etienne Gagnon) (2003-05-16) |
Re: Where can I find java parser?? bobkfoster@attbi.com (Bob Foster) (2003-05-18) |
From: | Kenny MacLeod <usenet.2.chasmcity@spamgourmet.com> |
Newsgroups: | comp.lang.java.programmer,comp.compilers |
Date: | 12 May 2003 01:48:52 -0400 |
Organization: | Very Little |
References: | 03-05-036 |
Keywords: | Java, parse |
Posted-Date: | 12 May 2003 01:48:52 EDT |
In article 03-05-036, boy_wonder48@hotmail.com says...
> 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.
JavaCC is a parser generator, available at
http://www.experimentalstuff.com/Technologies/JavaCC/
It's not the easiest utility to use, however.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.