home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / compiler / 1515 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.0 KB

  1. Path: sparky!uunet!gatech!rutgers!faatcrl!iecc!compilers-sender
  2. From: al@nmt.edu (Al Stavely)
  3. Newsgroups: comp.compilers
  4. Subject: Re: Possible lex bug?
  5. Keywords: lex, errors, comment
  6. Message-ID: <92-09-034@comp.compilers>
  7. Date: 3 Sep 92 16:53:31 GMT
  8. References: <92-09-025@comp.compilers>
  9. Sender: compilers-sender@iecc.cambridge.ma.us
  10. Reply-To: al@nmt.edu (Al Stavely)
  11. Organization: New Mexico Tech, USA
  12. Lines: 14
  13. Approved: compilers@iecc.cambridge.ma.us
  14.  
  15. masticol@cadenza.rutgers.edu (Steve Masticola) writes:
  16. >Has anyone else come across the following possible bug in lex?
  17. >[lex doesn't recognize \v as vertical tab]
  18.  
  19. "It's not a bug, it's a feature!"  :-(
  20.  
  21. According to my Lex manual, the only special-character escape sequences
  22. (besides octal codes) that Lex supports are \n, \t and \b.  Sad but true...
  23. -- 
  24.     - Allan Stavely, New Mexico Tech, USA
  25. [Yet another reason to use flex. -John]
  26. -- 
  27. Send compilers articles to compilers@iecc.cambridge.ma.us or
  28. {ima | spdcc | world}!iecc!compilers.  Meta-mail to compilers-request.
  29.