Bison reduce/reduce, shift/reduce conflicts
问题 Hey guys I'm having trouble with some bison code... After compiling this chunk of code, i get 58 shift/reduce and 40 reduce/reduce conflicts... Any tips on how to constrain them, or point me to a good guide on how to do it? Thanks in advance!! (Everything that starts with T_, like T_get are tokens defined above this code) start:T_get G |T_head G |T_post G ; G:url canon ; url: T_http T_dslash T_host T_abs_path ; canon:GH canon|RH canon|EH canon|MB ; GH:T_con T_akt T_seq GH|T_date T_akt D GH|T