← Back to team overview

kicad-developers team mailing list archive

Re: About the sexp format

 

On Wed, Aug 14, 2013 at 09:01:08PM +0200, Lorenzo Marcantonio wrote:
> > b) see <kisrc>/Documentation/s-expressions.txt
> 
> I'll look in it.

One thing... why is the grammar:

sx      ::= atom sxtail | sexpr sxtail | NULL
sxtail  ::= sx | NULL

instead of simply

sx      ::= atom sx | sexpr sx | NULL

... is something escaping me?

-- 
Lorenzo Marcantonio
Logos Srl


References