搜索资源列表
Compute_Formula
- 一个简单的解析器,可以对四则运算和if语句进行解析,利用简单扫描的方式词法解析,和压栈方式解释运算,可以帮助学习编译原理-a simple parser can be four operators and if statements for the analysis, simple scanning the lexical analysis, and interpretation Yazhan Operators can help compiler theory
yuyi
- 一个简单的语法分析器,赋值语句 词法分析 语法分析 语义分析 等号右侧可以是算数表达式 可以含数字和字符 变量以字母打头 -A simple parser, lexical analysis assignment parsing semantic analysis to equate the right side of expression can be arithmetic with numbers and characters can be variable with the
paser
- 一个简单的语法分析器实现,采用的是自顶向下的算法,结构清晰,容易理解,适合初学者学习。-Parser A simple realization is based on top-down algorithm, the structure of clear and easy to understand for beginners to learn.
grammer
- 简单语法分析器,能自顶向下分析,形成产生式-A simple parser can be top-down analysis, the formation of production
while
- 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
wincalc
- Simple Parser using yacc
parser
- an example of a simple assembllylanguge parser. the parser takes a small assembly like file and turns it to a text file containing machine code. examples also provided
LL(1)Parser.C
- 一个简单的LL(1)带预测的语法分析器源代码-A simple LL (1) with a predictable source code parser
parser.c
- 简单的c语法分析器,实现c语言基本的语法分析功能-C simple parser to achieve the basic c language parsing capabilities
121
- 一个简易的此法分析器,水平有限,只能实现有限的功能-A simple parser of this Act, is limited
Analy
- 用MFC实现的简单此法分析器,其唯一的缺点是不能识别Tab,欢迎下载-Using MFC to achieve a simple parser of this method, the only drawback is not recognized Tab, welcome to download
parser
- 简单的语法分析器,有错误输出错误型号以及error,无错误正常-Simple parser, an error output error models and error, error-free normal
semantic.c
- 一个用C语言实现的简单的语法分析器。可以作为编译原理课的参考。-A simple parser to use C language. You can use it as a reference in Compiler theory class.
myLex
- 简单的词法分析器,实现代码的分割,vc6.0 win7环境编译通过-Simple parser, realize the morphology of the code, win7 vc6.0 compile environment
grammar_analyse_program
- 一个用C++编写的简单的语法分析程序,是在词法分析的基础上进行的编写,能识别出一个句子,并返回该句子的语法信息,并返回词法分析结果。并附有源程序工程和实验报告。-Written in C++ a simple parser, lexical analysis is based on the preparation, can identify a sentence, the sentence syntax and returns the information, and returns the r
Grammer_Ana
- 一个简单的语法分析程序,采用LR(1)分析法,并使用递归向下和自上而下的方法。-A simple parser, using the LR (1) analysis, and use the down and top-down recursive approach.
parser
- 编译原理,简单的词法分析器,可以遇到错误提示错误信息跳过并继续分析,将分析后的符号表和TOKEN串表存入txt中-Compiler theory, a simple lexical analyzer, you can skip the error message encountered error and continue the analysis, the analysis of the symbol table and string table into the txt in the TOK
vetty-hershey-font-parser
- VectorTypeWriter A simple Hershey-encoded font parser / sequence generator example to deliver vectors for laser scanners.
1
- 这是一个简单的语法分析程序,用c++实现,能够完成简单的语法分析功能。- This is a simple parser, using c++ implementation, to complete a simple grammar analysis.
A-simple-parser
- 一个简单的语法分析程序,在visual C++下可运行-A simple parser can be run under visual C++