Convert context free grammar to Syntax directed translation

前端 未结 0 654
春和景丽
春和景丽 2020-12-02 22:38
P -> D ; E
P -> D ; D | id : T
T -> list of T | char | integer
E -> ( L ) | literal | num | id
L -> E , L | E
Write translation rules to determine the         


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