ScriptUO

Scripting Resources & Utilities => ScriptUO Application => General Discussion => Topic started by: TrailMyx on June 10, 2008, 10:02:46 AM

Title: All major language constructs are working!
Post by: TrailMyx on June 10, 2008, 10:02:46 AM
So, I have the following commands implemented:
break
continue
for
gosub
goto
halt
if
menu
pause
repeat
return
set
stop
sub
until
while
namespace
str


What remains are the client interface commands.  I'll be taking the next week or so to test everything extensively before I'm ready for another Alpha release.  But it looks pretty good and runs very well for a .NET application.

TM
Title: Re: All major language constructs are working!
Post by: Khameleon on August 09, 2008, 04:04:20 PM
yay! GO TrailMyx!
Title: Re: All major language constructs are working!
Post by: TrailMyx on August 09, 2008, 04:42:07 PM
yay! GO TrailMyx!

Heh, well they are *kinda* working.  There's a few corner cases that don't work properly, and a few places where my parser might actually execute code differently than EasyUO. 

I have been building a test scripting suite to compare EUO to SUO just to be sure I'm not introducing anything unexpected to traditional EUO scripts.