Related articles |
---|
Possible lex bug? masticol@cadenza.rutgers.edu (1992-09-02) |
Re: Possible lex bug? al@nmt.edu (1992-09-03) |
Newsgroups: | comp.compilers |
From: | al@nmt.edu (Al Stavely) |
Organization: | New Mexico Tech, USA |
Date: | Thu, 3 Sep 1992 16:53:31 GMT |
References: | 92-09-025 |
Keywords: | lex, errors, comment |
masticol@cadenza.rutgers.edu (Steve Masticola) writes:
>Has anyone else come across the following possible bug in lex?
>[lex doesn't recognize \v as vertical tab]
"It's not a bug, it's a feature!" :-(
According to my Lex manual, the only special-character escape sequences
(besides octal codes) that Lex supports are \n, \t and \b. Sad but true...
--
- Allan Stavely, New Mexico Tech, USA
[Yet another reason to use flex. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.