如何运行Esoteric Language ZOMBIE

时间:2010-07-09 05:56:37

标签: esoteric-languages

任何人都可以告诉我如何编译和运行在ZOMBIE上编写的程序?例如,如果我编写以下源代码线将“hello world”打印到屏幕上,我该怎样才能生成一个.exe文件。谢谢!

HelloWorld is a zombie 
summon   
task SayHello
  say "Hello World!"
animate
animate

2 个答案:

答案 0 :(得分:9)

这种语言似乎没有编译器。仅存在an interpreter written in Python

但是,由于它是用Python编写的,因此您可以将Environment.__init__从阅读文件更改为直接嵌入源代码,然后generate an exe out of it

答案 1 :(得分:0)

因为你可能使用Interpreter来运行程序 这种语言,然后编译。回复文件不太可能完成