>Josh Grams <j...@[EMAIL PROTECTED]
> wrote:
>And...I am going to write my own. I know Dennis posted code, but
>I think my vision is different enough to justify experimenting a
>bit.
OK, I banged out a first draft...it basically works, and I've
tested the cases that I can think of. But it is a first draft,
and I've been staring at this code for too long at a stretch, so
I'd be surprised if I've caught everything.
http://qualdan.com/forth/tester-2008-02-26.tar.bz2
Any suggestions for how to improve this are welcome (I think).
Though...I did just ask for (and received) code and then went and
reinvented the wheel anyway, so... :)
I do have one question. It's easy to test without floats:
: environment? ( c-addr u -- false | i*x true ) 2drop false ;
But how do I test the combined float/data stack case? Anybody
have a Forth that does things that way? (x86 or PPC Linux,
preferably).
--Josh


|