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:59:53 +0200


> Le 27 juin 2020 à 10:51, Yuriy Solodkyy <solodon@gmail.com> a écrit :
> 
> I’m surviving with pull parser for now with early bail out, but ideally would 
> have loved not to have to gather the source first.  Does Bison have a GitHub 
> repo or something?

The official home of Bison is on Savannah 
(https://savannah.gnu.org/projects/bison/).  The official repo is here: 
https://savannah.gnu.org/git/?group=bison.

I have a personal fork on GitHub which some people find useful to track: 
https://github.com/akimd/bison.

> How do you guys collaborate on it?

With joy and passion.

> I have to admit I’ve yet never worked on any GNU projects, but given enough 
> personal need in push parser I might look at it one day.

More seriously: contributors must sign disclaimers to the FSF, so that there 
would never be legal disputes on the license of the code.  Contributors submit 
patches on bison-patches@gnu.org, and maintainers (that would be me mostly) 
comment the proposal, ask for changes, etc.

Part of this can happen as a PR on my repo, but eventually, things must be made 
public in bison-patches@gnu.org.

There's some information about this process in README-hacking 
(https://github.com/akimd/bison/blob/master/README-hacking.md).

There's a number of things TODO 
(https://github.com/akimd/bison/blob/master/TODO).  C++ push is quite high on 
the wish list.


reply via email to

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