搜索资源列表
Min_pascal(DOS)
- 一个语法分析器的程序。可以生成语法树。值得看啊!-a parser procedures. Syntax tree can be generated. Worth observing ah!
SparkSoft.Expression.Parser.v3.4.Delphi.BCB
- EXPRESSION PARSE是一个组件的图书馆, 通过它可以检测PASCAL语言类的scr ipt. 它不仅 仅是一个调试器, 而且还是一个准编译器, 因此更有效率. 该软件使用方便且兼具DELPHI VCL的强大功能,你即可以检测一个简单的表达式或一大堆复杂的语法, 而不需要使用者具有很高深的编程能力或从编写一整个的应用程序的scr iptS或者注意其他的使用规则等, 你所需要的只是进行简单的内嵌表达式操作而已.-EXPRESSION PARSE is a component of the
25220246304
- 语法分析器 对输入文法进行语法分析 自上而下-Parser for the importation of grammar syntax analysis from top to bottom
simpleSyntaxAnalyzer
- 语法分析器 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Parser this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures
1345135133
- 利用c语言编制递归下降分析程序,并对简单语言进行语法分析-C language using recursive descent parser, and a simple language syntax analysis
ANTLR_Help
- Power Point Dsecrib Sql Parser Antlr.you can pars sql syntax
parser_test
- Parser syntax vc-1 abnormal
yufafenxiqi
- 语法分析器,这是对一个程序的语法进行分析的小程序-Parser, this is the syntax of a program analysis of small programs
syntaxanalyzer
- 用vc编写的一个c语言语法分析器,主要功能:词法分析,语法分析,出错处理。-Written with a c vc language parser, the main function: lexical analysis, syntax analysis, error handling.
New-Text-Document
- parser for pascal syntax
Compiler-theory-experiments
- 通过设计、编制、调试典型的SLR(1)语法分析程序,实现对实验一所得词法分析程序所提供的单词序列进行语法检查和结构分析,进一步掌握常用的语法分析方法。-A typical SLR (1) parser through the design, development, debugging, syntax checking and structural analysis of lexical analysis program, the experimental one obtained by the
syntax-analysis
- 这是一个用vc 6.0写的语法分析器,实现了简单的语法分析功能。运行是需要先提供输入和输出文件-This is a vc 6.0 parser written in a simple syntax analysis functions. Operation need to provide input and output files
syntacticanalyser
- 编译原理中的语法分析器,分析一段程序的语法,并输出。-Compile the parser in principle, analyze the syntax of a program, and output.
p49227188447a
- 语法分析器,非常小巧,能实现语法法词法分析!Visual C++开发 -The parser is very small, to achieve the lexical analysis of the syntax method Visual C++ development
lexer
- 递归下降分析器的基本构造方法是,对文法的每个非终结符号,都根据其产生式的各个候选式的结构,为其编写一个对应的子程序(或函数),该子程序完成相应的非终结符对应的语法成分的识别和分析任务。因此,递归下降分析器的语法分析子程序的功能是,对某个非终结符,用规则的右部符号串去匹配输入串。分析过程是按文法规则自上而下一级一级的调用有关子程序来完成。本系统采用的就是递归下降分析方法。-The recursive descent parser constructor to each nonterminal gr
suanfuwenfa
- 实验要求 要求实现语法分析程序的以下功能: 把表达式首先经过词法分析形成二元式记号提供给语法分析程序 如果符合语法要求,形成一个语法树 实验三 算符优先分析 如果出现错误,指出错误的位置和类型 把语法树按照树的前序遍历的形式把所有的结点打印输出 按照某种规则计算出表达式的值-Experimental requirements requirements the parser following features: the expression first formed
json_parser
- JSON语法的解析器,相当的经典。表格驱动,简明效率高。基于这个解析器,可以开发适合于其他语法的传输协议!-JSON syntax parser, very classic. Table-driven, high-efficiency condensed. Based on this parser, you can develop other suitable transport protocol syntax!
LL1
- LL(1)语法分析器,简单的LL(1)语法分析器。 输入语法,判断是否合法-LL (1) parser, simple LL (1) parser. Input syntax, then determine whether legal
UBL
- 语义解析器,基于高阶合一及CCG语法的自然语言语义解析程序-Semantic parser based on natural language semantic parser high-level syntax Unity and CCG
The-LL1-parser
- 输入: 非终结符号串:AB 终结符号串:a 起始符号:A 文法个数:2 第一个产生式:A->aB|a 第二个产生式:B->a 输出 first follow集 输入:测试句型 aa 语法正确 测试句型 ab 语法不正确-Input: Nonterminal symbol string: AB The end of string symbol: a Start symbol: A The number o
