Hi all, Just raising this patch again, since it didn't get a response. Comments remain welcome.
Anthony https://lists.gnu.org/archive/html/bug-bison/2022-07/msg00001.html On Sun, Jul 3, 2022, at 9:46 PM, Anthony Heading wrote: > The idea anyway, is that in a C++ parser it is nice if users can make > unqualified calls in their actions, e.g. > > secret-key: "top-secret" { set_lex_flag(ROT13); } key > > and have these resolve to a method in the user's parser class.
