On Mon, Nov 2, 2009 at 5:29 AM, James Edward Gray II <james / graysoftinc.com> wrote: > > I wrote a super minimal BASIC interpreter to avoid translating the code. > Yes, I am aware that's insane. ¨Â§ìóååë èåì𮩠Wow, I thought translating the code would be fairly simple, but it's a morass of gotos and one-letter variables. I think I'd have written the interpreter a lot quicker :) But now my stubborn side has kicked in and I'm going to finish the translation instead. martin