PFE doesn't have the FLOATING wordset loaded by default, and also
has a module which keeps floating-point numbers on the data stack,
so I've been using it to verify that my new tester works under
those conditions. Along the way I turned up a couple of bugs.
When I found the first one, I sent an e-mail to the maintainer
listed in the README file (Guido Draheim), but didn't get an
answer. And the Sourceforge CVS statistics page shows no writes
to the repository in the last 12 months...
In case anyone cares:
The fpnostack module doesn't know about the FLOATING-STACK
environment query (should answer 0). This is easy to fix.
The line numbers for error messages (ABORT etc.) start at zero,
not at one as most applications do. This is probably also easy to
fix, but I haven't bothered.
--Josh