JLex and CUP

raa170@hotmail.com (Rahul)
18 Jul 2001 20:02:00 -0400

          From comp.compilers

Related articles
JLex and CUP raa170@hotmail.com (2001-07-18)
| List of all articles for this month |

From: raa170@hotmail.com (Rahul)
Newsgroups: comp.compilers
Date: 18 Jul 2001 20:02:00 -0400
Organization: http://groups.google.com/
Keywords: lex, question
Posted-Date: 18 Jul 2001 20:02:00 EDT

Hi


I'm very new to compilers. I have to write a compiler which converts
strings to XML file using JLex and CUP.


The file format is something like:


RAHUL <Variables>
ME <variables>
.
.
.
.


I need to recognize that RAHUL was encountered and thus pick the
variables that follow RAHUL and put then in output of an xml file.


Any suggestions/tutorials?


Thanks


Rahul


Post a followup to this message

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