what is the priority of yacc in using ply?

后端 未结 0 666
暖寄归人
暖寄归人 2020-12-06 23:10

the priority of terminals level is according to what in yacc? using ply library.

precedence = (
    (\'left\', \'PLUS\', \'MINUS\'),
    (\'left\', \'TIMES\',         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题