> On May 1, 2023, at 5:03 PM, Mike Stein <[email protected]> wrote: > > It worked fine on the test program; FYI, attached is the program it died on. > I was able to reproduce the crash and ran it through gdb.
The last line of your "Eliza.bas" file seems to make line 100 of the code very unhappy. It seems to be an 0x1a character and then a bunch of question marks. If you delete that line of the input file, the program is parsed successfully.
