Re: [M100] Variable Concordance - MTVarConcor

2023-05-02 Thread MikeS
- Original Message - From: "Joshua O'Keefe" To: Sent: Monday, May 01, 2023 8:57 PM Subject: Re: [M100] Variable Concordance - MTVarConcor > On May 1, 2023, at 5:03 PM, Mike Stein wrote: > > It worked fine on the test program; FYI, attached is the program it die

Re: [M100] Variable Concordance - MTVarConcor

2023-05-02 Thread lloydelmer
for the programs to accept anything that the M100 accepts. Lloyd -Original Message- From: M100 On Behalf Of Bert Put Sent: Tuesday, May 2, 2023 8:16 AM To: m...@bitchin100.com Subject: Re: [M100] Variable Concordance - MTVarConcor On 5/1/23 19:57, Joshua O'Keefe wrote: > The last line of y

Re: [M100] Variable Concordance - MTVarConcor

2023-05-02 Thread Bert Put
On 5/1/23 19:57, Joshua O'Keefe wrote: 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. Ah yes, the good

Re: [M100] Variable Concordance - MTVarConcor

2023-05-01 Thread Joshua O'Keefe
> On May 1, 2023, at 5:03 PM, Mike Stein 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

Re: [M100] Variable Concordance - MTVarConcor

2023-05-01 Thread Mike Stein
Sorry; not much info there ;-) It worked fine on the test program; FYI, attached is the program it died on. m On Mon, May 1, 2023 at 7:33 PM Mike Stein wrote: > Here's what I get (Win7): > > > On Mon, May 1, 2023 at 4:38 PM wrote: > >> Hello all, >> >> >> >> I’ve written a variable

Re: [M100] Variable Concordance - MTVarConcor

2023-05-01 Thread Joshua O'Keefe
> On May 1, 2023, at 3:58 PM, lloydel...@comcast.net wrote: > Not using the output file is odd. I'm delighted to report that this turned out to be an operator error rather than a program error.

Re: [M100] Variable Concordance - MTVarConcor

2023-05-01 Thread Mike Stein
Here's what I get (Win7): On Mon, May 1, 2023 at 4:38 PM wrote: > Hello all, > > > > I’ve written a variable concordance program for Windows that will take a > TRS-80 Model 100 BASIC program and will list the variables in alphabetical > order with the line numbers where they appear.The

Re: [M100] Variable Concordance - MTVarConcor

2023-05-01 Thread lloydelmer
Of Joshua O'Keefe Sent: Monday, May 1, 2023 4:45 PM To: m...@bitchin100.com Subject: Re: [M100] Variable Concordance - MTVarConcor Hi Lloyd, I'm happy to report your code compiled without error on a modern Linux system, although I did run into some very minor non-breaking bugs in operation

Re: [M100] Variable Concordance - MTVarConcor

2023-05-01 Thread Joshua O'Keefe
Hi Lloyd, I'm happy to report your code compiled without error on a modern Linux system, although I did run into some very minor non-breaking bugs in operation. Currently it ignores the "output file" and emits the tokenization to stdout. After that, it produces output that matches your test

[M100] Variable Concordance - MTVarConcor

2023-05-01 Thread lloydelmer
Hello all, I’ve written a variable concordance program for Windows that will take a TRS-80 Model 100 BASIC program and will list the variables in alphabetical order with the line numbers where they appear.The name of this program is MTVarConcor. The executable, source and a pdf file