On 04/12/12 06:30, Adriano dos Santos Fernandes wrote:
> The BTYACC %type(s) has been a PITA to maintain. You have to switch
> between file places which makes things very sad to maintain.
>
> I propose this syntax change using small sed script (attached with some
> examples)
>
> Then each type will be directly set on the rule.
>
> So instead of:
>
> %type <int32Val> first_file_length
>
> ...
>
> first_file_length
>       :
>       ...
>
> we will have:
>
> %%type <int32Val> first_file_length
>       :
>       ...

I agree that this syntax is better, but I do not like use of sed script
for that. If we anyway maintain own copy of btyacc - why not change it
and suggest patch to them?


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to