如何运行深奥语言 ZOMBIE

发布于 2024-09-09 10:36:06 字数 204 浏览 5 评论 0原文

谁能告诉我如何编译和运行在 ZOMBIE 上编写的程序?例如,如果我编写了以下源代码以在屏幕上打印“hello world”,我怎样才能用它制作一个 .exe 文件。谢谢!

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

Can anyone please tell me how can I compile and run a program written on ZOMBIE? For example, if I wrote the following source cord to print out “hello world” on to the screen, how can I make an .exe file out of it. Thanks!

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

时光无声 2024-09-16 10:36:06

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

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

There doesn't seem to be a compiler for this language. Only an interpreter written in Python exists.

However, since it is written in Python, you could change Environment.__init__ from reading a file to directly embedding your source code, then generate an exe out of it.

疾风者 2024-09-16 10:36:06

由于您可能使用解释器来运行程序
这种语言,然后编译。 echo 文件不太可能完成

Since you probably use Interpreter to run the program
this language, then compiled. echo file is not likely to be done

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文