1337 Interpreter

Filed under: Game Maker

The funniest programming language i’ve come across is l33t. Educate yourself here
http://en.wikipedia.org/wiki/L33t_programming_language

I wrote a quick interpreter for it in GM. Mind, the source code is horrible. It’s an example of how NOT to write a virtual machine. It will parse the contents of source.txt and print the output. No input supported right now. I tested it on most sample programs and found that they work. The ones that do not are fibonacci and countdown, for reasons unknown yet.

More sample programs you can try running can be found here:
http://electrod.ifreepages.com/l33tprogs.htm

int3rpr3t0r download

Related posts

Tags: ,

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Permalink Comments (2) GearGOD Oct 2, 2007

2 Responses to “1337 Interpreter”

  1. ArcalythArcalyth Says:

    Ever heard of LOLCODE?

  2.  GearGOD Says:

    I have! It’s also very funny but 1337 wins my heart because writing anything in it requires insane skillz.
    I’m not going to do it but LOLCode can be executed in GM by translating it into GML. It shouldn’t be too hard.


Leave a Reply