资源列表
completed
- source code parser completed
compiler
- 词法分析器即词法分析程序又称为扫描器,其功能在于依次扫视字符串形式源程序中的各个字符,逐个识别出其中的单词,并将其转换为内部编码形式的单词符号串作确为输出-Lexical analyzer that lexical analysis program, also known as scanner, its function is to sweep a string followed by the various characters in the form of the source progra
atm
- atm信元检测,CRC循环冗余码编码和校验
50021523
- 语法分析器 用于编译原理的简单的小程序 根据编译原理中的分析方法编写而成
lexnyacc
- 介绍词法分析器Lex和语法分析器Yacc的书-a book described lex and yacc
precc.tar
- 編譯器的辭法分析器工具- 鈻♀枴鈻
LR(0)
- 用LR分析法实现语法与语义的分析
SLRbyHune
- 用SLR分析法实现的语法分析,先用初版.exe生成符号表和token字,然后进行分析,action表程序自动生成-SLR analysis method used to achieve the syntax analysis, use the first edition. Exe Generation symbol table and token characters, Then the analysis, action automatically generated table
htp-1.12
- htp是一个HTML预处理器。页面可以用htp扩展的类HTML的宏编写。这可以简化维护一个一致外观的Web页面集.-htp is a HTML pretreatment. The page may use the kind of HTML great compilation which htp expands. This may simplify maintains a consistent outward appearance the Web page collection
CiFaYvFaFenXi
- 做编译原理课程设计用到的,非常不错,和大家分享下。-Principles of curriculum design so the compiler used, very good, and like to share with you the next.
edit
- 一. 实验内容: 实验一:设计,编制并调试一个词法分析程序,加深对词法分析程序原理的理解。 实验二:语法分析程序:编制一个递归下降语法分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。