搜索资源列表
词法语法分析器——c
- 一个C语言实现的词法分析器和语法分析器。仅供大家参考。-a C language of the lexical analyzer and parser. Only your reference.
语法分析器 tcking
- 一个vc写的语法分析器 可以分析c语法-vc write a parser can be analyzed c Grammar
CParaer.使用JavaCC编写的C语言的语法分析器
- 使用JavaCC编写的C语言的语法分析器,.jj文件,JavaCC prepared using C language parser,. Jj file
compil
- C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
语法分析器
- 词法分析器- Morphology analyzer
antlr-2_7_0
- Java写的词法/语法分析器。可生成JAVA语言或者是C++的词法和语法分析器。并可产生语法分析树和对该树进行遍历 -Syntactic and phrase parser in JAVA which can produce JAVA or C
SLR
- SLR语法分析器,实现基本的功能要求,是基于分析C语言的语法分析器-SLR parser, the realization of the basic functional requirements, is based on the analysis of C language parser
bison++-1.21-8.tar.Z
- 生成C++词法/语法分析的GNU语法分析器 -GNU syntactic and phrase parser code which can produce C++ code
yufa
- c语言语法分析器,输入表达式 输出表达式语法是否正确 -c language parser, input output expression expression syntax is correct
yufafenxiqi
- 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
GrammarAnalyser
- C#做的语法分析器~十分强大!带图形界面-C# parser do ~ very powerful!
TinyC
- 编译原理课设,TinyC,简化的C语言编译器,不能支持比较高级的C程序,可以生成汇编和语法树-Principle-based compiler class, TinyC, to simplify the C language compiler, can not support the more advanced C procedures, can generate the compilation and syntax tree
pccts133
- 本工具提供一个词法分析器和语法分析器的集成开发环境,同时提供与其他C程序编译器连接的接口,使用相当方便-The Tool provide an IDE for Syntactic and phrase parser,also provide interfaces for other c comiler, which is very convenient
EP2
- C语言编写的简单计算程序的语法分析器,可以识别一定的计算功能-C language prepared by the simple calculation procedure syntax analyzer can identify certain computing capabilities
142
- 编译原理中的递归下降语法分析器写得不好请凉解-Compilation Principle of Recursive dropped poorly written parser please cooler solution
lexer
- 采用递归下降的语法分析器,语法为简单的fortran语言-Decline in the use of recursive parser, grammar for simple fortran language
3_grammar
- C写的一个语法分析器,输入可包含main,int,void,if,else,do,while几个关键字,算符可包括+,-,*,/,++,--,==,!=,<,>,<=,>=,输出求解过程-Write a C parser, type may include main, int, void, if, else, do, while a number of keywords, operators may include+,-,*,/,++,--,==, solving pro
LL(1)Parser.C
- 一个简单的LL(1)带预测的语法分析器源代码-A simple LL (1) with a predictable source code parser
语法分析器
- 根据编译原理课程,用C/C++编译出来的简易语法分析器。(According to the compiler principles course, compiled by C/C++ simple syntax analyzer.)
C编程 (3)
- 基于c语言的简单代码实现,实现语法分析的一个语法分析器(A parser for parsing based on simple code implementation of C language)