avrdude-dev
[Top][All Lists]
Advanced

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

Re: [avrdude-dev] Butterfly (was: Before a release...)


From: Joerg Wunsch
Subject: Re: [avrdude-dev] Butterfly (was: Before a release...)
Date: Sun, 30 Nov 2003 21:13:48 +0100
User-agent: Mutt/1.2.5i

As Brian Dean wrote:

> > I have no idea how this "config_gram.y"-stuff works ;-(
> 
> Just basic YACC / Bison grammar file.

Basically, it's a BNF (Backus-Naur form) on the left-hand side, with
rules added (between {}'s) on the right-hand side.  Thus if you know
BNF, it's usually simple to guess the actual grammar by just reading
the file, though modifying it will of course require a bit of
knowledge about all this.

While YACC stands for ``Yet another compiler-compiler'', it's probably
just /the/ compiler-compiler that is most widely used at all.
-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

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