Posted by odjo on August 18, 2000 at 12:04:28:
In reply to: Re: TRscripter posted by Dr. Willard on August 18, 2000 at 00:02:22:
Hi, Doctor,
> If Jenny is something simple, such as a command-line app, it should be
> easy to port to the MacOS. All I would have to do is add some simple GUI
> front end.
Yes, what jenny does is very simple, and if written in c, it'll be simpler.
All the difficulties i met in programming jenny is not associated with the
job itself, but read/write buffering, text processing, end of line evaluation,
etc. jenny, hopefully, accepts MSDOS/MAC/UNIX text files as input in import
mode. ( i once encountered a utility whose output has linefeed, carriage-
return end of line :) jenny accepts also this anomaly ) So i have to inplement
a kind of ungetc() by assembler. ( as i don't know C i really don't know
ungetc function )
i'll send you jenny, its algorithm in pseudo-code and tombpc.dat header
struct soon.
odjo