 QB2C a BASIC to C translator
 Translates BASIC programs into ANSI-C programs.
 Works at least under Linux and OSF1 (DEC). It would not compile 
 under HP-UX (although this can be fixed if keyboard scan is not needed).
 
 The whole package is in the file qb2c.tgz. To install it, place
 the file in an empty directory and type: tar -zxvf qb2c.tgz 
 (if this doesn't work try in two steps: gunzip qb2c.tgz; tar -xvf qb2c.tar).
 To build executables qb2c, bcpp and calib under given OS just type 
 the name of the corresponding script:

   Operating System   script to build executables
   Linux              doall
   OSF                doall_osf

 Executables 'qb2c', 'bcpp' and 'calib' should be put somewhere where you
 keep your executables, for instance in ~/bin or /bin.

 Details of operation of the package can be found in the document manual.txt.
