*Reported by anonymous on 2001-12-10 11:09 UTC
When referring to an undeclared definition in a
complement expression no error is reported:
%%
r = !{s}
%%
will be accepted, but a NullPointerException is thrown
when the dfa is constructed as `s' is not defined.
*Reported by anonymous on 2001-12-10 11:09 UTC
When referring to an undeclared definition in a
complement expression no error is reported:
%%
r = !{s}
%%
will be accepted, but a NullPointerException is thrown
when the dfa is constructed as `s' is not defined.