Related articles |
---|
Flex++ problem TomHeathcote@spamcop.net (Tom Heathcote) (2003-12-03) |
Re: Flex++ problem johnmillaway@yahoo.com (John Millaway) (2003-12-07) |
From: | John Millaway <johnmillaway@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 7 Dec 2003 23:45:29 -0500 |
Organization: | Compilers Central |
Keywords: | lex |
Posted-Date: | 07 Dec 2003 23:45:29 EST |
> %name JobRunScan
>
> %define LEX_PARAM \
> YY_JobRunParse_STYPE* value, \
> YY_JobRunParse_LTYPE* loc
>
> %define MEMBERS \
Those aren't flex++ directives.
You might replace %name JobRunScan with %option yyclass=JohnRunScan
and replace %define with #define. -John
Return to the
comp.compilers page.
Search the
comp.compilers archives again.