如何运行Esoteric Language ZOMBIE

Lea*_*_51 8 esoteric-languages

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

HelloWorld is a zombie 
summon   
task SayHello
  say "Hello World!"
animate
animate
Run Code Online (Sandbox Code Playgroud)

ken*_*ytm 9

似乎没有这种语言的编译器.只存在用Python编写的解释器.

但是,由于它是用Python编写的,因此您可以Environment.__init__从读取文件更改为直接嵌入源代码,然后从中生成exe.