In attached parser.y file lines 49 and 50 cause infinite loop in my compiler, but 48 does not. I also attached flex file in case it is relevant. For example:
function foo() {} // Works
scene bar {} // Infinite loop
How can I fix that?
Regards,
Mislav
parser.y
Description: Binary data
tokens.l
Description: Binary data
_______________________________________________ [email protected] https://lists.gnu.org/mailman/listinfo/help-bison
