> Le 1 févr. 2015 à 08:09, Alisha Jain <jain.alish...@gmail.com> a écrit :
> 
> Hello

Hi Alisha,

> My name is Alisha Jain. I am a final year B.Tech (CSE) student from
> Guru Nanak Dev Engineering College, Ludhiana. Programming is my
> passion and I have worked on various parser related projects. I know C
> and C++ programming languages.
> 
> I am a newbie in the GNU organization. I am using Bison parser
> generator tool from a while for my parser related projects. Now, I
> want to contribute to it and improve it.
> I would be very grateful if you guide me about how to start my
> contribution to this project.

Well, it depends on what aspect of Bison you would like to work
on.  The TODO file has a few ideas, although many of them are
somewhat outdated now, so if you pick up an idea in there, we
should first discuss about it.

I confess I wish we had a push-parser interface for C++, so if
you are familiar with C++, that would be a nice addition to
lalr1.cc.  It will not require that you change the bison binary,
just the C++ skeleton.

Another item on my wish list would be the ability to support
several %start symbols, and let the user specify with which
she wants to start her parsing.

But maybe you have ideas of your own?
_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to