Re: [M100] Variable Concordance

2023-05-05 Thread lloydelmer
descriptions can be added. Lloyd -Original Message- From: M100 On Behalf Of MikeS Sent: Thursday, May 4, 2023 11:07 PM To: m...@bitchin100.com Subject: Re: [M100] Variable Concordance Yeah, that's what I was suggesting, mainly for legibility; importing into Excel would be a

Re: [M100] Variable Concordance

2023-05-04 Thread MikeS
Yeah, that's what I was suggesting, mainly for legibility; importing into Excel would be a bonus m - Original Message - From: "Bert Put" To: Sent: Thursday, May 04, 2023 6:41 PM Subject: Re: [M100] Variable Concordance > You might consider using tabs instead of

Re: [M100] Variable Concordance

2023-05-04 Thread Bert Put
You might consider using tabs instead of spaces; Excel can import tab-delimited files just like comma-delimited, and they are still fairly readable. Just make sure you have only one tab between columns. It might mess up your spacing a bit. Just a thought. Regards,Bert On 5/3/23 17:28,

Re: [M100] Variable Concordance

2023-05-03 Thread lloydelmer
2023 4:59 PM To: Model 100 Discussion Subject: Re: [M100] Variable Concordance A good idea, but since the program runs under Windows, why such a cryptic output? Wouldn't it be easier to use with more verbose column headers: Variable Type Defined in Line

Re: [M100] Variable Concordance

2023-05-03 Thread MikeS
er to read... But it's pretty good as is! m - Original Message - From: Peter Noeth To: Model 100 Discussion Sent: Wednesday, May 03, 2023 5:59 PM Subject: Re: [M100] Variable Concordance A good idea, but since the program runs under Windows, why such a cryptic output?

Re: [M100] Variable Concordance

2023-05-03 Thread Peter Noeth
A good idea, but since the program runs under Windows, why such a cryptic output? Wouldn't it be easier to use with more verbose column headers: Variable Type Defined in Line Used in Lines Comments

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 i

Re: [M100] Variable Concordance - MTVarConcor

2023-05-02 Thread lloydelmer
al 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

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 o

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 an

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 concordanc

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 name

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

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 o