Re: PATCH: parser subclass
"Anthony Heading" <[email protected]> Sat, 23 Mar 2024 01:23:56 +0000
| Newsgroups | gmane.comp.parsers.bison.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.