摘要: 词法分析: #include #include #define t 10 #define num2 11 void analyse(FILE *fp,char ch); int main() { FILE *fp; char ch; if((fp=fopen("demo.txt","w"))==NULL) { printf("Fileure to open demo.txt... 阅读全文