help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Akim Demaille
Subject: Re: Bison + Flex on C++ don't work
Date: Wed, 8 May 2019 18:07:18 +0200


> Le 8 mai 2019 à 17:59, Akim Demaille <address@hidden> 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]