How to run Esoteric Language ZOMBIE
问题 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 回答1: 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