搜索资源列表
gi-1.2
- 用java实现的通用解释器,包括slr,lr(0),lr(1),lr(k),ll等等,还可在在源码api上开发其他功能-with java achieve definitive interpreter, including slr, lr (0), lr (1), lr (k), ll, etc., but also in the OSS api on the development of other functions
040410205
- 1. 可以使用任何语言来完成,例如:Java、C ++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 求出项目集规范族(即所有的状态)。 5. 给出状态间的关系。 6. 给出LR(0)分析表。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来
LR(0)
- 这个是java语言实现的lr0词法语法分析器,用于实现编译语言的语法部分-This is the java language to achieve lr0 lexical parser, syntax of the language used to implement part of the compiled
LR0
- (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
bianyisrc
- 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
LRZEROFINAL
- 编译原理中的LR[0]算法,用Java语言实现的。界面用的是Applet.-Compilation Principle of LR [0] algorithm, achieved using Java language. Interface are used by Applet.
Compiler
- java compiler project to implement LR parsing
LR(1)
- 一个很好的用java编写的用来判断一个文法是否是LR(1)文法及其分析器的构造-yes
LR
- 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
LR(0)
- LR(0)语法分析器的java源代码实现。可以使用-LR (0) parser of java source code to achieve. You can use
lr0-Parser-in-java
- Lr(0) Code for you very good
myjava
- 编译原理,LR(0)程序,可以分析串是否出自该文法-Compiler theory, LR (0) program, you can analyze whether the string from the grammar
LR(0)
- 编译原理的LR(0) 语法分析用JAVA实现,界面友好-Compiler theory of LR (0) Parsing with JAVA implementation, user-friendly
LR(1)
- 自己Java编的程序,有关语法分析,供大家参考一下-failed to translate
gi-1.3
- Produces standalone or embedded interpreters and compilers written in Java. A Language is specified on the fly, and source streams written in the language can be interpreted at any time, even as the language evolves. Supports LL(1), LR(0), SLR(1) and
LRyufafenxi
- 用JAVA实现的LR(0)语法分析,功能完善,绝对原创-JAVA realization of LR (0) parsing, perfect function, the absolute originality
LR
- 用JAVA语言编写的LR语法分析器,对初学编译原理的同学很有帮助-LR parser written in JAVA language, compiler theory for beginners classmates helpful
mainFrame
- 编译原理lr(0)对于主界面的构造,利用java工具,界面美观,实用-Compiler theory lr (0) for the construction of the main interface, using java tools, beautiful interface, and practical
LR
- LR语法分析器 用java编写,便于较好的理解lr语法分析-LR Parser
LR(1)
- 在eclipse环境下面,通过java语言实现简单语言的语法分析工作。(Under the eclipse environment, the syntax analysis of simple languages is implemented through the Java language)