special characters with JLex

Mark Cowan <mark.cowan@studentmail.newcastle.edu.au>
28 Mar 2000 01:01:30 -0500

          From comp.compilers

Related articles
special characters with JLex mark.cowan@studentmail.newcastle.edu.au (Mark Cowan) (2000-03-28)
| List of all articles for this month |

From: Mark Cowan <mark.cowan@studentmail.newcastle.edu.au>
Newsgroups: comp.compilers
Date: 28 Mar 2000 01:01:30 -0500
Organization: The University of Newcastle
Keywords: lex, question

Can't seem to get JLex to recognise the endline character, /n, or
inverted comma's /".


have tried
"\n"
\n
[\n]
"\""
\"


any help appreciated,


Mark
--
__________________________________
Mark Cowan
Newcastle Australia


Post a followup to this message

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