How do I run a program written in Shakespeare Programming Language? I've scanned the internet for the info but I still can't solve this problem.
On the original site it's given a translator for C and some GCC Frontend links. However, the links just don't work and I can't understand an instruction for the translator.
In the point "How To Compile Your SPL Program" it's written
First, spl2c reads from
stdin
and writes tostdout
, so to accomplish what you see in the figure, you would writespl2c < hello.spl > hello.c
. Second, the object file must be linked with the librarylibspl.a
, which contains such stuff as dreams are made on.
I can't get it at all.