How to run Esoteric Language ZOMBIE
Asked Answered
C

2

8

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
Crick answered 9/7, 2010 at 5:56 Comment(1)
It runs on BRAAAAAIIINNNNNSSSSS... ;)Haversine
T
10

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.

Taxation answered 9/7, 2010 at 6:3 Comment(0)
F
0

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

Fashoda answered 9/7, 2010 at 6:0 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.