搜索资源列表
cifafenxi
- c++编写的词法分析器,能够对简单的语法错误进行检测和报错!-written in c++ lexical analyzer can be a simple syntax error detection and error!
CMINUS
- 编译原理及编译原理实践中的课程设计Cminus词法语法分析器-Compiler theory and practice of compiler theory curriculum design Cminus syntax analyzer
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.
Lexical-and-grammar-analyzer
- 实现词法分析生成二元式,并通过语法分析生成变量名表,报告错误类型与位置-Realize of lexical analysis generated binary type, and through the syntax analysis to generate variable watches, report an error type and location
The-syntax-analyzer-source-code
- 语法分析器的源程序,能够对语法进行分析,一个实用的小程序-Syntax analyzer source program, can carry on the analysis to the grammar, a practical small programs
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
SourceInsight
- Source Insight是源代码编辑器的源动力。Source Insight提供语法高亮、代码导航和可定制的键盘快捷键。它不仅是一个编辑器,而且是一个理解大型源代码库的工具,因此被称为“程序编辑器和分析器”,它是灵活而轻量级的,提供有用的特性,如关系、上下文和符号窗口。它还可以显示引用树、类继承图和调用树,因为它在解析源代码时构建了一个内部的符号信息数据库。其最大的好处是在一个陌生的项目加速代码的理解(Source Insight is a source code editor by Sou