[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
unstable number of arguments to yylex
From: |
John |
Subject: |
unstable number of arguments to yylex |
Date: |
Sat, 1 Mar 2003 16:05:26 -0500 (EST) |
In a %pure parser, the number of arguments to yylex() is dependent
upon whether any @N constructs are detected. This is a problem during
development when one removes or comments out certain actions that
contain @N constructs. Suddenly, the compiler may produce errors about
the number of arguments to yylex.
Is there a concrete method to force the number of parameters to be
stable -- either one or two, but not flip-flop between them?
- unstable number of arguments to yylex,
John <=