搜索资源列表
SparkSoft.Expression.Parser.v3.4.Delphi.BCB
- EXPRESSION PARSE是一个组件的图书馆, 通过它可以检测PASCAL语言类的scr ipt. 它不仅 仅是一个调试器, 而且还是一个准编译器, 因此更有效率. 该软件使用方便且兼具DELPHI VCL的强大功能,你即可以检测一个简单的表达式或一大堆复杂的语法, 而不需要使用者具有很高深的编程能力或从编写一整个的应用程序的scr iptS或者注意其他的使用规则等, 你所需要的只是进行简单的内嵌表达式操作而已.-EXPRESSION PARSE is a component of the
lr0-Parser-in-java
- 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language syntax lr0 lexical analyzer for the realization of the language syntax compiler part
pascal-bianyiqi
- 一个简单的类Pascal语法的语法分析器 能检查出重复定义的变量和未定义的变量 还有能检查出两边数据类型不一致-A simple class of Pascal syntax parser can check out the duplicate definition of variable and undefined variables also can check out both sides of the inconsistent data types
cffx
- 一个语法分析,能实现SLR语法分析,是一个好的语法分析器 -A syntax analysis, syntax analysis of SLR to achieve, is a good parser
parser
- 采用递归下降分析法实现C0语言的语法分析器,其中中间表示采用抽象语法树的形式。 程序的输入:词法分析阶段的输出文件 程序的输出:存储了抽象语法树相关信息的XML格式的文件 -Decline in the use of recursive analysis method to achieve C0 language parser, which indicated that the use of intermediate abstract syntax tree form. Proced
1345135133
- 利用c语言编制递归下降分析程序,并对简单语言进行语法分析-C language using recursive descent parser, and a simple language syntax analysis
CPP_parser_v_3.2
- C Preprocessor,antlr的grammar语言描述,用于学习词法分析,语法分析-C Preprocessor, antlr language to describe the grammar for learning lexical analysis, syntax analysis
tarball
- 外国人写的c#语法解析器,效果相当不错。研究编译器的朋友可以看一下-Written by foreigners c# Syntax parser, the effect has been quite good. Research compiler friends can look at
antlr
- ANTLR 接受3类语法规范——语法分析程序,词法分析程序lexers,和树语法分析程序(也 叫树行者)。 由ANTLR使用LL(k) 分析用于全部3 语法变型,由于语法说明相似,因而产生 的lexers 和语法分析程序表现得也类似。 产生的识别程序易读,你可以查看输出的内容来 消除很多关于ANTLR机理的问题。-ANTLR grammar to accept 3 types of norms- syntax analysis procedures, lexical analysis
jflex-1.4.2
- java语法解释器生成器,有源码和相关文档-java syntax parser generator, a source code and related documentation
Syntax
- 自己写的一个用java实现的一个语法分析器,是LR的貌似,很久以前的,大家可以-Writing their own use of a java implementation of a grammar parser, LR are the seemingly long time ago, and everyone can look at the
parser
- 语法分析,包括对浮点数的识别 分析只针对表达式进行的-Syntax analysis, including analysis of floating-point numbers only to the identification of expressions
while
- 否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。 (2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。 (3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。 (4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
syntax
- java实现语法java分析器,含源代码,预测分析表-java syntax java parser to achieve, including source code, Forecast and Analysis Table
ANTLR_Help
- Power Point Dsecrib Sql Parser Antlr.you can pars sql syntax
json_parser
- JSON语法的解析器,相当的经典。表格驱动,简明效率高。基于这个解析器,可以开发适合于其他语法的传输协议!-JSON syntax parser, very classic. Table-driven, concise and efficient. Based on this parser, you can develop suitable transport protocol for other grammatical!
LambdaParser
- lambda 语法解析器 lambda 语法解析器-lambda syntax parser
parser_test
- Parser syntax vc-1 abnormal
jufafenxi
- c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C--语言程序。如果程序有语法和语义错误,则给出错误信息。-c-language parser. Read into a C- language program, to determine whether the program is not a valid C- language program. If the program has syntax and semantic errors, then gives an er
Parser
- 实现LL(1)文法,能对其实现自顶向下的语法分析并预测分析方法。-Achieve LL (1) grammar, to achieve its top-down method of syntax analysis and predictive analysis.