輸入文件:
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;
生成虛擬機(jī)代碼為:

賦值語(yǔ)句邏輯比較復(fù)雜還未完成..
posted on 2010-09-01 16:09
lwch 閱讀(1419)
評(píng)論(0) 編輯 收藏 引用 所屬分類(lèi):
CMinus