搜索资源列表
一个不错的HTMl语法分析程序
- 一个不错的HTMl语法分析程序 -a good rendering syntax analysis procedures
简易语法分析程序LL
- 简易语法分析程序LL(1) (1)对输入文法,它能判断是否为LL(1)文法,若是,则转(2);否则报错并终止; (2)输入已知文法,由程序自动生成它的LL(1)分析表; (3)对于给定的输入串,应能判断识别该串是否为给定文法的句型-simple syntax analysis procedures LL (1) (a) on the importation of grammar. it will determin
C++实现语法分析
- 语法分析程序
gaSQLParser_0.05alpha
- 一个sql语法分析程序- A sql grammar analysis program
LL(1)_LR(0)_Demo
- 包括一个LR(1)的语法分析程序和一个LL(1)的语法分析程序的例子- Including LR (1) grammar analysis program and LL (1) grammar analysis program example
一个不错的HTMl语法分析程序
- 一个不错的HTMl语法分析程序 -a good rendering syntax analysis procedures
12cocorc
- C/C++词法语法分析程序-C/C morphology grammar analysis program
djs
- VC做的语法分析程序-VC does grammar analysis program
PL0语法分析器递归子程序法
- 程序功能:PL/0语言语法分析程序,检测pl/0源程序的语法是否正确-procedures functions : PL/0 language syntax analysis procedures, testing pl/0 source of correct grammar
vc_compile
- 词法、语法分析程序。 绝对不是目前网络上流行的任何一个版本,因为每一行都是笔者自己写的,附有详细注释。 希望能和其他版本做一比较。-morphology, syntax and analytical procedures. Absolutely not currently popular on the Web any one version, because every trip is the author wrote it mysel
词法分析简单程序
- 一个简单的语法分析程序-a simple syntax analysis procedures
recognize2
- 编译原理中的语法分析程序,用来识别相关表示符。-compiler theory of syntax analysis procedures used to identify relevant Fu said.
PL-0语言词法及语法分析系统的设计与实现
- 一个非常好的词法分析程序,加上语法的分析是一个难得一见的好实例-a very good lexical analysis procedure, in addition to the syntax analysis is a rare to see a good example
简易语法分析程序
- 编译原理课程的试验中的语法分析部分,程序比较长,附带报告-compiler theory courses in grammar test analysis, long procedures, fringe report
分析程序
- 语法分析程序,包括对任意输入LL(1)文法的分析表及字符串,本程序能自动判断所给字符串是" 否为该文法的句子,并能给出分析过程。-syntax analysis procedures, including the indiscriminate importation of LL (1) grammar analysis table and string, the procedure can automatically determine
词法语法分析
- 一个经典的词法语法分析程序的源代码,从词法分析入口其词法分析出口为语法分析入口-a classic syntax analysis of a program's source code, imported from the lexical analysis of its lexical analysis exports syntax analysis entrance
词法语法分析器
- 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术-compiler theory when learning to do morphology and syntax analysis procedures. Morphology and syntax analysis package in a category CFen
语法词法分析器
- 词法语法分析器,学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过.程序采用单文档设计,利用了分割窗体技术-This is a syntax_accidence analyzer made when I study compiling principle.The syntax and accidence analyzer is encapsuled in a cl
ll(1)词法分析
- LL(1)语法分析程序,编译原理课用得到哦,可以作到词法分析表吧(idle)-LL (1) syntax analysis program, compile Principle used to be, oh, Lexical analysis can be done table it (idle)
编译语法分析
- 实现语法分析,打印语法树.支持多种运算符、注释。实现对符号表的扩充(finish the parse of grammar)