搜索资源列表
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 ().
BOCH
- 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
LR
- 简易的LR语法分析器,只能实现用SLR(0)语法分析,不能实现LR(1)-Simple LR parser, can only be realized SLR (0) parsing can not be realized LR (1)
LL
- 简易的语法分析程序,可以实现LL(1)语法分析,功能较简易。-Simple parser can achieve the LL (1) parsing simpler functions.
hw3
- compiler parser use flex to create parser code for simple c program
yufafenxi
- c语言的语法分析器,只提供了部分简单的功能,所以仅供大家参考!-c language parser, only simple functions, so only for your reference!
lexical-analyzer
- 简单的词法分析器 生成token串和符号表 内附测试文档-Simple lexical generated by the parser the token strings and symbols table enclosing the test document
bianyishiyan
- 一个简单的LR语法分析器分析程序,希望需要的人简单看下,提供借鉴。-LR parser parses a simple program, I hope those who need a simple look, learn.
LexicalAnalysis
- 用java语言写的一个词法、语法分析器,实现简单的词法语法分析。-Using java language to write a lexical parser, a simple syntax analysis.
parser
- 简单的语法缝隙器,可以比较详尽的分析输入语句的语法成分。把想要分析的语句放到parser.in文件中,编译即可看到结果。-Simple syntax gap, you can enter a more detailed analysis of the syntax of the statement components. The statement you want to analyze into parser.in file, the compiler can see the results.
A-simple-parser
- 一个简单的语法分析程序,在visual C++下可运行-A simple parser can be run under visual C++
a-lexical-analyzer
- 本程序的电子科技大学编译原理的课程设计,实现一个简单的此法分析器程序-The program at the university of electronic science and technology of compilation principle course design, the implementation of a simple parser program
yufafenxi
- 简单的语法分析程序,用递归下降实现词法的扫描输入与语法的查询报错。-Simple parser using recursive descent for query error lexical scanning input syntax.
bianyiyuanli
- 一个简单编译器,分为词法分析器,语法分析器,中间代码生成。-A simple compiler, divided into lexical analyzer, parser, intermediate code generation.
javacc
- 一个编程语言的javacc解析器。 代码中提供了详细信息和评论。(A javacc parser for a simple programming languages. Details and comments has been given in the code.)