搜索资源列表
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).
pl0word
- c语言编写的pl0词法分析器,从文件读入pl0程序,进行语法分析,在文件和屏幕输出分析结果-lexical analyzer c language pl0 read from the file into pl0 program, parsing, analysis results in file and screen output
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