輸入文件:
1 string abc,def;
2
3 void main()
4 {
5 int abc,def;
6 read(abc);
7 write(abc);
8 write("aaa");
9 }
10
11 void aaa()
12 {
13 int abc;
14 }
15
16 int ddd,fff;
生成虛擬機代碼為:

賦值語句邏輯比較復雜還未完成..
posted on 2010-09-01 16:09
lwch 閱讀(1415)
評論(0) 編輯 收藏 引用 所屬分類:
CMinus