C语言编写 词法分析器

时间:2011-12-26 17:00:43
【文件属性】:

文件名称:C语言编写 词法分析器

文件大小:181KB

文件格式:RAR

更新时间:2011-12-26 17:00:43

c 词法分析 编译原理

include #include #include #include "defineclass.h" char TOKEN[20]; char MATCH[NUM][10]={"begin","end","if","then","else"};/*some new key words attached*/ extern int lookup(char* str) { for(int i=0;i


【文件预览】:
bak
----1.dsw(527B)
----test.txt(28B)
----1.ncb(49KB)
----1.opt(51KB)
----1.cpp(2KB)
----defineclass.h(388B)
----Debug()
--------vc60.pdb(52KB)
--------1.exe(164KB)
--------1.obj(9KB)
--------vc60.idb(49KB)
--------1.ilk(270KB)
--------1.pdb(457KB)
--------1.pch(213KB)
----1.plg(854B)
----1.dsp(4KB)

网友评论