搜索资源列表
lex
- 实现c--语言的词法分析器。将一个C--语言程序分割成token串的序列。处理C--语言的所有token类型。-The realization of c- the language of the lexical analyzer. A C- language program is separated into token strings sequence. To deal with C- the language of all the token types.
lex
- 词法分析器,可以分析标识符,实数常量,字符常量,运算符,界限符,分隔符。-Lexical analyzer can analyze the identifier, real number constants, character constants, operators, boundary character delimiter.
SLR1
- 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
lex
- 编译原理课程设计 词法分析器,功能十分齐全,包含整个工程源代码-scanner for c minus
Compiler
- 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
thedesignofanalyzing
- 主要介绍了词法分析器的lex实现以及DFA和NFA构造状态表的方法-Mainly introduce the lexical analyzer lex implementation, as well as DFA and NFA state table structure of the Ways
myLex
- 自己写的Lex程序 能够生成词法分析器 代码结构清晰易懂-Lex write their own program to generate lexical analyzer code clear and understandable structure
lex
- c++词法分析器 可以对输入的字符流进行判断,并判断其是关键字,标示符,数字等-failed to translate
lex
- MFC上的词法分析器 简单易用,适合新手才学编译原理的孩子使用-MFC on the lexical analyzer
lex
- 自动生成编译过程的词法分析器,可以作为编译原理课程设计的参考程序。-Lexical analyzer compiler automatically generates the process can be used as a reference compiler theory curriculum design process.
lex_basic_in_python
- Python写的简易Basic词法分析器,仅有130行!-Simple Basic-language Lex-Anylaser Writen In Python, Only 130 lines!
PL0_1
- 1 PL0语言词法分析器的LEX源程序 2 PL0语言语法分析器的YACC源程序 3 LEX和YACC工具生成的C源程序 4 可对PL0语言进行语法分析的可执行程序 -1 PL 0 LEX source language lexical analyzer 2 PL0 source language parser YACC 3 LEX and YACC tool to generate C source 4 can PL0 language parsing execut
lex
- 输入正则表达式输出词法分析器。一个简单的软件。-lexical analyse
lex
- 编译器的词法分析器,简单的通过判断语句实现。并按照语法分析器的要求输出结果。-The implemention of lex, which realized with judgement simply.