搜索资源列表
bianyiyuanli.rar
- 编译原理实验中词法分析器和语法分析器的实验报告(附源代码),Compile principle experiment lexical analyzer and parser of the lab report (with source code)
Parser
- 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。-Lexical Analysis Parser
syntaxanalyzer
- 用vc编写的一个c语言语法分析器,主要功能:词法分析,语法分析,出错处理。-Written with a c vc language parser, the main function: lexical analysis, syntax analysis, error handling.
programming
- 编译原理课程设计,内含词法分析器和语法分析器。-Principles of curriculum design, compilation, containing the lexical analyzer and parser.
cifafenxi
- c++编写的词法分析器,能够对简单的语法错误进行检测和报错!-written in c++ lexical analyzer can be a simple syntax error detection and error!
BNF
- 用BNF描述一个小的语言,并实现其语法分析器(含词法分析部分)。-BNF descr iption of a small language parser (including lexical analysis).
JavaLex_Java2Asm
- C++编写的JAVA语法分析器和词法分析器-C++ written in JAVA parser and lexical analyzer
CMINUS
- 编译原理及编译原理实践中的课程设计Cminus词法语法分析器-Compiler theory and practice of compiler theory curriculum design Cminus syntax analyzer
pl0word
- c语言编写的pl0词法分析器,从文件读入pl0程序,进行语法分析,在文件和屏幕输出分析结果-lexical analyzer c language pl0 read from the file into pl0 program, parsing, analysis results in file and screen output
lexical-analyzer
- 这是一个简单的词法分析器。 能对具有简单语法的编程语言进行词法分析。-This is a simple lexical analyzer. Able to have a simple programming language syntax for lexical analysis.
2
- 通过词法分析器作为输入口 ,分析语法是否正确。输出响应的产生式。-By lexical analyzer as an input port, analyze syntax is correct. Production output response.
lex
- 词法分析器又称扫描器。词法分析是指将我们编写的文本代码流解析为一个一个的记号,分析得到的记号以供后续语法分析使用。词法分析器的工作是低级别的分析:将字符或者字符序列转化成记号。-Lexical analyzer, also known as scanners. Lexical analysis refers to the text of the code we write flow analysis for a token one, analyze the resulting syntax no
LL
- 利用LL分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LL-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
LR
- 利用LR分析方法实现的语法分析器。语法分析器(Parser)通常是作为编译器或解释器的组件出现的,它的作用是进行语法检查、并构建由输入的单词组成的数据结构(一般是语法分析树、抽象语法树等层次化的数据结构)。语法分析器通常使用一个独立的词法分析器从输入字符流中分离出一个个的“单词”,并将单词流作为其输入。-LR-implemented method of analysis utilizing the parser. Parser (Parser) is often used as a compil
bianyiyuanli
- 好用的词法分析器,LR1语法分析器,可运行。-Lexical analyzer, syntax analyzer
mycalc
- c++实现的词法分析器和语法分析器,能够实现计算器功能.-C++ realization of the lexical analyzer and grammar analyzer, to achieve the calculator function.