Re: Bison + Flex on C++ don't work

Akim Demaille <[email protected]>
Newsgroups gmane.comp.parsers.bison.general
Message-ID <[email protected]>

> Le 8 mai 2019 à 17:59, Akim Demaille <[email protected]> a écrit :
> 
>> #define YY_DECL \
>>    yy::parser::symbol_type yyFlexLexer yylex(driver &drv)

Of course that should have been

>> #define YY_DECL \
>>    yy::parser::symbol_type yyFlexLexer::yylex(driver &drv)


_______________________________________________
[email protected] https://lists.gnu.org/mailman/listinfo/help-bison
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.