Re: about parse-gram of bison itself

2010-07-21 Thread Akim Demaille
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 >

about parse-gram of bison itself

2010-06-06 Thread tys lefering
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" |