Related articles |
---|
Flex Bug ?? c580341@cclabs.missouri.edu (Sudheer Koganti) (1995-02-22) |
Newsgroups: | comp.compilers |
From: | Sudheer Koganti <c580341@cclabs.missouri.edu> |
Keywords: | flex, errors, question |
Organization: | Compilers Central |
Date: | Wed, 22 Feb 1995 08:28:44 GMT |
Hi,
I am using flex as lexical scanner for computing some metrics
about a C/C++ program.
I need to identify some regular expression in all "start" conditions.
I flex documenatation, it is specified to use <*>r to match the regular
expression r for all start conditions. When I use the <*>r, flex can not
build a lexer and giving a error message "bad start condition".
Is it a bug in flex or am I doing something wrong?
Please, email your suggestions to:
c580341@cclabs.missouri.edu
thanks
Sudheer Koganti
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.