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 请输入字符串: \
相关文章
相关标签/搜索