Le 6 juin 2010 à 19:39, tys lefering a écrit :
> Hi,
Hi Tys!
See, your messages are not lost, just in the queue :)
> In parse-gram.y from GNU bison-2.5 branch.
>
> The grammar_declaration rule is in 2 parts:
>
> 1)
>
> grammar_declaration:
> precedence_declaration
> | symbol_declaration
>
Hi,
In parse-gram.y from GNU bison-2.5 branch.
The grammar_declaration rule is in 2 parts:
1)
grammar_declaration:
precedence_declaration
| symbol_declaration
| "%start" symbol
| "%destructor" "{...}" generic_symlist
| "%printer" "{...}" generic_symlist
| "%default-prec"
| "%no-default-prec"
|