Re: [Amforth] Ref Card Generation quo vadis?

2020-08-01 Thread Mark Roth
On Sat, Aug 1, 2020 at 10:50 PM Erich Wälde wrote: > thread hijacked intentionally. > 'Thar be pirates! > > today I spent some time trying to understand the "make-refcard*" > scripts in some detail. > > The script works roughly like this: > > > - the first three lines are comments expected to

[Amforth] Ref Card Generation quo vadis?

2020-08-01 Thread Erich Wälde
thread hijacked intentionally. Hello Mark, dear AmForthers, today I spent some time trying to understand the "make-refcard*" scripts in some detail. The script works roughly like this: - it reads the .asm files in "one" "hard coded" directory ("../common/words"). - for every file the functio

[Amforth] [PATCH] tools/amforth-upload.py broken? yes.

2020-08-01 Thread Erich Wälde
Dear AmForthers, I had pointed out that I use an old version of amforth-upload.py, because newer ones did not work for me. So I spent some time with this. Short version for "trunk": The expanded path of the filename given as argument is not passed on to be opened. Please find two patches below

[Amforth] [PATCH] amforth-shell.py and python3

2020-08-01 Thread Erich Wälde
Hello Tristan, Tristan Williams writes: > Hello, > > I have modified amforth-shell.py to run under python3 and put up a > patch here > > https://tjnw.co.uk/new-shell/doc/ > > as the patch seemed a little too large for a mailing list. Thanks for the patch. Commit r2447 is yours. The patch is ni