c語言語法分析器

#include <stdio.h> #include <string.h> char prog[800], token[20]; char ch; int syn,p,m,n,sum; char * rwtab[6]= {"begin","if","then","while","do","end"}; main() { p=0; printf("\n 請輸入字符串: \
相關文章
相關標籤/搜索