Archive for September, 2007

JZW Interpreter source and examples

Sunday, September 9th, 2007

All right. I said I’ll show my jzwi source and here it is: http://www.root.ponton.in5.pl/jzwi/

It is almost ended. It doesn’t only check local variable if they have unique names. I’m too lazy to do that. But after all it works fine and quite fast (compared to other interpreters written by my colleagues).

To run jzwi program just run “jzwi program.jzw argument1 argument2 …”.

It’s all licensed on GPL (any version). There is no guarantee that it’ll work. ;)