小编Yot*_*dem的帖子

LL(1)Grammer的例子不是LALR?

我现在正在学习关于编译理论课程的解析器.我需要找到LL(1)但不在LALR中的语法示例.我知道它应该存在.请帮我想一想这个问题最简单的例子.

谢谢.

parsing compilation

6
推荐指数
1
解决办法
3153
查看次数

Eclipse插件开发:有没有办法控制有关我的插件缺少依赖项的安装程序消息?

我正在开发一个依赖于Eclipse平台4.2(Juno)的eclipse插件,并且不能安装在旧版本的eclipse上.当用户尝试在旧eclipse上安装我的插件(通过更新站点)时,Eclipse安装程序会阻止他并显示以下消息:

Cannot complete the install because one or more required items could not be found.
Software being installed: Feature 1.0.3 (com.test.feature.feature.group 1.0.3)
Missing requirement: Test 1.0.3 (com.test 1.0.3) requires 'bundle org.eclipse.core.runtime 3.8.0' but it could not be found
Cannot satisfy dependency:
From: Feature 1.0.3 (com.test.feature.feature.group 1.0.3)
To: com.test 0.0.0
Run Code Online (Sandbox Code Playgroud)

从这个错误消息中可以理解的是,他们所需要的只是更新版本的Eclipse.我想更改此消息并显示如下内容:

"安装错误:此插件需要Eclipse版本4.2(Juno)或更高版本"

这甚至可能吗?

java dependencies eclipse-plugin p2

5
推荐指数
1
解决办法
83
查看次数

标签 统计

compilation ×1

dependencies ×1

eclipse-plugin ×1

java ×1

p2 ×1

parsing ×1