搜索资源列表
jellrap
- 形式文法分析java工具包 本java Applets程序提供对LL(1),LL(2)和lr(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统的提示和帮助构造出相应文法的分析表,以及动态显示分析过程.本java包能够很好地帮助学生理解语法分析器的制作过程和语法分析器的工作原理. -form grammar analysis of the java tool kit for java Applets procedures for LL (1) LL (2) and lr (
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. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来
myjava
- 我开发的一个用java语言实现的编译器,内含词法分析器,语法分析器,而且可以实现中间代码生成.用到了Slr算法和lr(1)算法
compiler
- 这个是采用java编写的for语句的lr分析法的翻译程序,实验结果是输出三地址代码。
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
11
- until 语句的lr翻译程序设计 是用java语言编写的 能实现词法分析和语法分析的功能 并且输出四元式-lr sentence until the translation of the program design java is the language used to achieve lexical analysis and syntax analysis of the function and output quaternion type
lr
- 一个slr(1)的 语法分析器 可以自行输入文法-1 slr (1) parser can enter your own grammar
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
- lr语法分析器 用java编写,便于较好的理解lr语法分析-lr Parser