[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Self-Introduction
From: |
Akim Demaille |
Subject: |
Re: Self-Introduction |
Date: |
Mon, 16 Feb 2015 08:45:19 +0100 |
> Le 1 févr. 2015 à 08:09, Alisha Jain <address@hidden> 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?