使用方法:将你的作业读入input档并输出,再执行diff和output档作比较
input:
http://w.csie.org/~b95076/code/compiler/hw1test1.in
http://w.csie.org/~b95076/code/compiler/hw1test2.in (3.14更新)
http://w.csie.org/~b95076/code/compiler/hw1test3.in
output:
http://w.csie.org/~b95076/code/compiler/hw1test1.out
http://w.csie.org/~b95076/code/compiler/hw1test2.out (3.14更新)
http://w.csie.org/~b95076/code/compiler/hw1test3.out
如果有错请麻烦再跟我讲吧
有测的项目如下
1.全部保留字
2.保留字后接字
3.保留字前接字
4.保留字连接
5.保留字参杂大写
6.保留字前面为tab
7.数字(包括开头为零)
8.负数
8.数字前正号
9.数字有小数点
10.数字后接字(;)
11.数字前接字(=)
12.数字接保留字
13.数字放最前面
14.数字前为tab
15.科学记号
16.纯.c档
17.空格int空格int(3/14新增 测资2)