bug-bison
[Top][All Lists]
Advanced

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

Re: C++: Pointer to non-const std::string in position and location shoul


From: Akim Demaille
Subject: Re: C++: Pointer to non-const std::string in position and location should be a pointer to const std::string
Date: Sat, 27 Jun 2020 10:40:02 +0200


> Le 27 juin 2020 à 10:33, Yuriy Solodkyy <solodon@gmail.com> a écrit :
> 
> Hi Akim!
> 
> Speaking of Bison documentation, I was wondering if there is a way to 
> generate a C++ push parser? It seems like that is not the case at the moment, 
> although I don’t see why given that all the machinery already exists for C. 
> Can you confirm this please?

Yes, I'm sorry to admit we don't have push support in C++, yet.  Contributions 
are most welcome!  Would you like to give it a shot?

Victor has started working on this, but he was busy lately, I don't know if he 
made progress about it.  (And the machinery will be somewhat different from 
that of C, it's not straightforward to port it.  The Java implementation seems 
a better model, being already OO).

Cheers!


reply via email to

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