体会
摘要:刚开始写词法分析时还是出现了挺多问题的,没有意识到语法的组成结构,导致写出来的程序达不到理想的要求。经过学习词法组成的方法,通过运用学习到的方法,很快就解决了词法分析的问题。
阅读全文
posted @
2015-10-22 21:58
29刘皓
阅读(147)
推荐(0)
词法分析
摘要:# include# include# includeint panduan(char tmp[]){ char b[6][10] = {"begin", "if", "then", "while", "do", "end", }; int k = 0; while(k \n", tmp, k...
阅读全文
posted @
2015-10-21 16:23
29刘皓
阅读(136)
推荐(0)