> From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]]
>
>
> Christoph Reck wrote:
> >
> > [EMAIL PROTECTED] wrote:
> > > I'd like each directive to have an identical format.
> >
> > Then we should normalize the position of the brakets, e.g.
> > we should use:
> > #set( $value = $foo + 1 )
> > as-well-as:
> > #if( condition )...#else...#end
> > and:
> > #macro( vmname arg1 arg2 )
> > to match:
> > #vmname( arg1 arg2 )
> > Note that I'm recommending to glue the bracket to the directive
> > and place spaces after the openingand before the closing bracket.
>
> +1
>
Why? I see no need for the "(" be together with the directive name.
I see no need for such rigid grammar, I do not see the current grammar to
be ambiguous or anything else. Why does this smplify explaining the
directives?
Jose Alberto