You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to build a tree walker, but the generated code couldn't be loaded, due to an "uninitialized constant" failure for ANTLR3::TreeParser. Looking at the code revealed, that the generated TreeParser class is derived from ANTLR3::TreeParser, although this class is defined in the module ANTLR3::AST. Changing the generated class to derive from ANTLR3::AST::TreeParser solved the loading problem. Did I misunderstand something substantial or is it a bug in the template?
Thanks for the great tool,
Marcel
The text was updated successfully, but these errors were encountered:
Hi,
I've tried to build a tree walker, but the generated code couldn't be loaded, due to an "uninitialized constant" failure for ANTLR3::TreeParser. Looking at the code revealed, that the generated TreeParser class is derived from ANTLR3::TreeParser, although this class is defined in the module ANTLR3::AST. Changing the generated class to derive from ANTLR3::AST::TreeParser solved the loading problem. Did I misunderstand something substantial or is it a bug in the template?
Thanks for the great tool,
Marcel
The text was updated successfully, but these errors were encountered: