编译原理(将简单程序翻译成四元式)
文法规则: 1.—>program id 2.—> { 语句 [ 语句 ] } 3.—>||| || 4.—> id [ , id ] ; 5.—> integer | float 6.—> input id [ , id ] ; 7.—> output [ , ] ; 8.—> id = ; 9.—> if { else } 10.—> while 11.—> [ +|- ] 12.—> [ *|/ ] 13.—> id | con | deci | ( ) 14.—> [ and | or ] 15.—> 16.—> < | | >= | == |
文件列表
编译原理-请先阅读read-frist.rar
(预估有个2文件)
编译原理-请先阅读read-frist
代码.rar
259KB
read-frist.txt
68B
用户评论