Hi,
I'm using traking locations to detect error in my parser, i'm using the macro
YYLLOC_DEFAULT ,I define YYRHSLOC(Rhs, K) (Rhs)[K]) and add the directive
%locations and %pure_parser but i have always this error :
`Rhs' undeclared (first use in this function).
May I miss some declaration but I
Hi Hans ,
I have a segmentation fault in .lex on linux 64 bits in the same line of my
file_lex.c in this line :
yy_hold_char = *++yy_c_buf_p
I have no more indication for the debuger.
When I turn on linux32 I have no segmentation ..
I'm using flex 2.1
Is this a Flex bug
Best regards