Menu

Java Lua Toolkit / News: Recent posts

Working code

So I got the classes and class constructors code working. I'm hard at work getting class extension and "SlashCommand" type functions to work. Spent a lot of time trying to figure out how a TreePathScanner can figure out the imports... after class extension it should be smooth sailing.

Posted by Christopher Gammage 2010-05-26

First test case!

Ok, so my first test case can generate a Syntactically correct Lua Addon for WoW, I haven't yet tested it in the game, but it looks good. The test case is a copy of the first example in the "WoW programming" book. It's written completely in Java and then transformed into a Lua WoW addon by the WJT compiler. Making good progress!!!

I'll post the input and output in the forums for any discussion.

Posted by Christopher Gammage 2010-05-25