资源列表
词法语法分析器
- 一个超级经典的词法和语法分析程序(附加源代码).从词法分析的输出过渡到语法分析-a super classic morphology and syntax analysis program (Additional source code). Lexical analysis from the output transition to the syntax analysis
4136142
- 一个可以在dos下 也可以在z80下的编译器程序 是源程序 望大家耐心去看-one can dos under the Z80 under the compiler source process is that everyone would look to see
yacc_lex
- 编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet Another Compiler - Compiler) i
新建 文本文档 (5)
- 词法分析器的一个实验报告 附带的有一个词法分析器 新手可以随便看看!-lexical analyzer in a report experimental fringe of a lexical analyzer novice can easily see!
表达式
- 自己编的一个小程序,供大家参考,有不足之处请提意见。-A small program is writed by myself,supply with you,please give me opinion.
编译原理课程设计指导书
- 此为一编译原理的课程设计大纲,在里面可以根据大纲的要求编写相应的代码-this as a compiler theory of curriculum design outline, the outline can be inside prepared at the request of the corresponding code
JavaStruts中文文档
- JavaStruts 中文文档. 这是一本很好的struts的中文帮助文档, 在网上很难找到。-JavaStruts Chinese documents. This is a very good struts help the Chinese documents, the Internet is hard to find.
vc_2
- 自己写的一个simple语言scanner,也许有些错。可作参考。-a scanner of simple language writed by myself,maybe it has error.you can consult.
cifascanner
- 这几天做编译的课程设计,只做了词法分析部分,感觉很不错!-these days do a translation of the curriculum design, doing some of the lexical analysis, I feel very good!
cifenqi
- 词法分析器 对输入的程序进行分析,将关键字,保留字与系统标识符分开,并对其属性进行说明。 建立数组,将单词读入,对单词的ASCII码进行判断,将在ASCII码值在一定区间进行区分(使用if语句来判断),分开来后,对其所在ASCII值区间的不同,给予以不同的属性(比如:系统保留字…),词法分析器完成后要能识别+,-,=等字符。-lexical analyzer on the importation procedures for analysis, keyword, the word reserva
一个外国人写的C编译器源代码
- 一个C语言编译器源代码,外国人写的东东,生成目标代码时需要有masm配合。-a C language compiler source code, written in the Eastern foreigners, generating object code when it can meet the need.
TokenList
- 一个小语言的词法分析器,由此可以写出其他各种语言的词法分析器。这对编译原理的初学者或许有一定的帮助。-a small language lexical analyzer, it can be written in various languages other lexical analyzer. This compiler theory and beginners may be of some help.