我必须创建一个c编译器。为此,我试图在eclipse中使用ANTLR,我安装了Antlr ide,但是当我尝试使用ANTLR包时,它显示错误为
无效的ANTLR主原因:无法创建包
请帮助我安装antlr软件包使用antlr语法的步骤。
我也尝试过开普勒,伽利略和靛蓝月食。没用,请帮帮我--我已经试了一个多星期了。
发布于 2014-09-03 20:09:36
按照在Github储存库上提供的步骤,使用开普勒,它为我工作
发布于 2015-08-15 00:22:43
将ANTLR安装到eclipse中的基本步骤: 1)帮助->安装新软件安装: indigo中的动态语言工具包-
http://download.eclipse.org/releases/indigo/
Under “General Purpose Tool” , check “Dynamic Language Toolkit” & install it 3) search and install ANTLR 4 IDE from Eclipse Marketplace 4) search and install ANTLR IDE v2.1.2 from Eclipse Marketplace 5) Restart the eclipse to install the updates. If error persists with the hello world demo then restart the browser again. 6) You are all set.https://stackoverflow.com/questions/23009797
复制相似问题