Author Topic: All major language constructs are working!  (Read 17104 times)

0 Members and 1 Guest are viewing this topic.

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
All major language constructs are working!
« on: June 10, 2008, 10:02:46 AM »
0
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
« Last Edit: June 10, 2008, 08:56:45 PM by TrailMyx »
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Khameleon

  • Script Tester - Team Leader
  • Elite
  • *
  • *
  • Posts: 2574
  • Activity:
    0%
  • Reputation Power: 30
  • Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!Khameleon is a rising star!
  • Gender: Male
  • Respect: +238
  • Referrals: 0
    • View Profile
Re: All major language constructs are working!
« Reply #1 on: August 09, 2008, 04:04:20 PM »
0
yay! GO TrailMyx!

Offline TrailMyxTopic starter

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: All major language constructs are working!
« Reply #2 on: August 09, 2008, 04:42:07 PM »
0
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.
Please read the ScriptUO site RULES
Come play RIFT with me!

Tags: