JLex and CUP Help!!

bankteller1234@yahoo.com (steven h. jenkings)
28 Feb 2002 00:14:56 -0500

          From comp.compilers

Related articles
JLex and CUP Help!! bankteller1234@yahoo.com (2002-02-28)
Re: JLex and CUP Help!! aschwarz@acm.org (2002-03-09)
| List of all articles for this month |

From: bankteller1234@yahoo.com (steven h. jenkings)
Newsgroups: comp.compilers
Date: 28 Feb 2002 00:14:56 -0500
Organization: http://groups.google.com/
Keywords: Java, lex, question, parse
Posted-Date: 28 Feb 2002 00:14:56 EST

I am trying to learn JLex and CUP again after a long time of not using
it.


I want to model a simple IF-ELSE statement in CUP. I think I can
figure out the JLex, but the CUP is giving me trouble.


Problem I want to represent:
IF (BOOLEAN EXPRESSION) THEN (EXPRESSION) ELSE (EXPRESSION)


Post a followup to this message

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