Hello AmForth-ers,
May I suggest the following humble patch to the fabulous shell.
Adds --log argument to the shell invocation line to collect the
"distilled" Forth lines that were uploaded to the microcontroller
system.
http://pastebin.com/pgeZRjGH
Regards, Enoch.
---
Hello Matthias & All:
MARKER was restoring word-lists in the reverse order. Fixed via a new
REVERSE word which is expected to be useful on its own.
See: http://pastebin.com/iWp7MRmv
Here's the new REVERSE word for those objecting to pastebins :-)
\ ( X1 .. Xn n -- Xn .. X1 n )
: reverse
>r