1

我需要以某种方式在 Eclipse 下配置 JCup 和 JFlex。我发现:

http://itee.uq.edu.au/~comp4403/assignments/Eclipse-Setup.html?print=1

并做了几乎所有事情,但我确实缺乏build-cup.xmlbuild-flex.xml以后有必要

Under tab Main for Buildfile browse workspace and from within your assignment 2 project select A2 and then select "build-cup.xml" and then OK

我该如何设置?我只需要最简单的方法来使用 JCup 和 JFlex

4

1 回答 1

0

我有过类似的任务。然而,老实说,我只是使用像 Sublime Text 2 或 Atom 这样的文本编辑器在文本编辑器中手动编写我的Parser.cupScanner.jflex文件。如果您将视图设置为“Java”,则两个编辑器中都会进行简单的语法检查。在我看来,这是最好的方式。

如果你坚持使用 Eclipse,可以下载:

http://cup-lex-eclipse.sourceforge.net/installation.html

您的问题与安装无关,因此我的回答要短一些。

于 2015-11-17T09:56:10.640 回答