我需要以某种方式在Eclipse下配置JCup和JFlex。我发现:
http://itee.uq.edu.au/~comp4403/assignments/Eclipse-Setup.html?print=1
几乎做了所有事情,但我确实缺少build-cup.xml
和build-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
答案 0 :(得分:0)
我有类似的任务。但是,老实说,我只是使用Sublime Text 2或Atom等文本编辑器在文本编辑器中手动编写Parser.cup
和Scanner.jflex
文件。如果将视图设置为" Java",则在两个编辑器中都会进行简单的语法检查。在我看来,这是最好的方式。
如果您坚持使用Eclipse,可以下载:
http://cup-lex-eclipse.sourceforge.net/installation.html
你的问题不是关于安装,因此我的答案有点短。