Archer - (c) copyright 2007 by Earl W Casper.
My web-page is coconutpalm.org .
I wrote this short program in November 2007.  I was having a lot of fun
working on an editor, for Pocket C Architect source files, that was written 
in the Pocket C Architect language, when I discovered that editors writen in 
Pocket C Architect couldn't respond to the Pocket C Architect compiler's 
on error goto function.  However, Palm OS programs can.  So I delved back 
into my Cygwin PRC-tools system and wrote Archer, which accepts input 
from the compiler and sends it on to an editor, even if it is written in the 
Pocket C Architect language.
I program my Architect programs almost exclusively on my palm pda.
In March 2008, I got to where I needed to use Archer myself to link my editor
with the compiler, and discovered that Architect programs compiled on palms
don't seem to respond properly to launchArgs, yet.  So I dug out my old
Cygwin PRC-tools system and updated Archer to ver 0.2 which uses
Palm OS's version of launch(), instead of launch arguments.
