bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PATCH: parser subclass


From: Anthony Heading
Subject: Re: PATCH: parser subclass
Date: Sat, 23 Mar 2024 01:23:56 +0000
User-agent: Cyrus-JMAP/3.11.0-alpha0-332-gdeb4194079-fm-20240319.002-gdeb41940

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.  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]