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) |
From: | putlai@my-deja.com |
Newsgroups: | comp.compilers |
Date: | 1 Jul 1999 15:01:47 -0400 |
Organization: | Deja.com - Share what you know. Learn what you don't. |
References: | 99-06-048 |
Keywords: | Java, comment |
Rod Moten <rod@cs.colgate.edu> wrote:
> Have you considered Scott Hudson's Java CUP? It works similiar to yacc
> and bison.
>
> http://www.cs.princeton.edu/~appel/modern/java/CUP/
We have a simple need for our applciation to embed expressions... We
need to write a parser to synatx check and evaluator to execute
actions. Are there any java written parser to do this.
Thankx for all your help.
[If it's just arithmetic expressions, a simple operator precedence parser
is all you need. Yacc-like things are overkill. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.