Re: parser using perl
- From: chas.owens@xxxxxxxxx (Chas. Owens)
- Date: Mon, 31 Mar 2008 11:15:46 -0400
On Mon, Mar 31, 2008 at 11:05 AM, Sharan Basappa
<sharan.basappa@xxxxxxxxx> wrote:
true, I have the grammar in the form of BNF. But I am not interestedsnip
in converting
the BNF to parser rules, when I know that these productions are not
useful to me.
I am planning to write 8-10 rules and rules for pertaining tokens
only. Of course,
I might have to write additional rules to catch comments etc.
You will most likely find that those "additional rules to catch
comments etc." wind up being the rest of the grammar. Without them
there will be edge cases that end up bitting you.
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
.
- References:
- parser using perl
- From: Sharan Basappa
- Re: parser using perl
- From: Chas. Owens
- Re: parser using perl
- From: Sharan Basappa
- Re: parser using perl
- From: Chas. Owens
- Re: parser using perl
- From: Sharan Basappa
- parser using perl
- Prev by Date: Re: Inappropriate ioctl for device
- Next by Date: Re: parser using perl
- Previous by thread: Re: parser using perl
- Next by thread: Re: parser using perl
- Index(es):