我知道如何从Eclipse和如何使用REPL中运行的流氓代码,但我不知道我怎么可以运行一个流氓文件(或文件的流氓集团)作为命令行程序。
当我尝试以下方法,我得到一个解析错误:
$ java -Xmx1G -Xss32m -jar rascal-shell-stable.jar mymodule.rsc
Version: 0.7.2.201501130937
Parse error in cwd:///mymodule.rsc from <1,11> to <1,12>
内容mymodule.rsc
:
module mymodule
println("hello world");
我究竟做错了什么?