|
When I load the SmaCC Development parcel that came with 7.4, the
transcript shows the following two undeclared variables:
characters is Undeclared
tokens is Undeclared
Looking at references to these from Undeclared shows several SmaCC
methods, which oddly do not reference them. Or to be more accurate, the
source code doesn't mention them, but the CompiledMethod does.
Recompiling the methods removes this internal contradiction and the
Undeclared reference.
Since the SmaCC Tests don't pass either before or after the change (I
loaded MethodWrapperBase from the public Store), it's hard to know
whether this correction breaks anything :-(.
Steve
|