Re: [Amforth] New forth interaction script

2012-07-05 Thread Matthias Trute
> > Actually, my motivation was a lot simpler. I wasn't sure if the regular > expression I use to match an error being indicated by the amforth > interpreter really covered all cases. That expression (without the > delimiting double quotes included below) is: > >" \?\? -\d+ \d+ \r\n> $"

Re: [Amforth] New forth interaction script

2012-07-05 Thread Keith Amidon
{-- Tue, 03 Jul 2012 20:02:55 +0200: Matthias wrote: --} Matthias> Editing the source files builds a rather high barrier for Matthias> your excellent tool. For me your ideas sound like Matthias> introducing concepts like Design By Contract Matthias> (http://en.wikipedia.org/wiki/Design_by_