home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / basic / b-compil.lbr / READ.MQ2 / READ.ME2
Encoding:
Text File  |  1986-07-20  |  1.3 KB  |  22 lines

  1. These are the files as found on the Computer Language SIG on the Micronet.
  2. Unfortunatly, there was no documentation.  Most of what documentation there
  3. is, is in the file BCBC.PRO which is the 'structured' BASIC version.
  4.  
  5. Also, the compiler will not compile itself because of certain statements
  6. like DEFINT and DEF FN.  That's really too bad.  The ultimate test of a
  7. compiler is to write it in the language it compiles.  However, this version
  8. 1.0 and was written in 1983, so maybe Mr. Tonklin has improved it.  I haven't
  9. heard anything about newer versions.  Also, there is an address in the 
  10. BCBC.PRO file where you can write for a manual ($10.00).  I never sent for
  11. it because I read the source and got a good feel for what it expects.
  12. A good rule of thumb, is don't get too complicated with expressions.
  13.  
  14. I can't say much for the error messages the compiler generates.  It gives
  15. you an error at the compiled code address, not the offending line number.
  16. I always compile with the FULL DOCUMENTATION option.  Then at least I can
  17. check the .ASM file for the problem line.
  18.  
  19. This certainly isn't BASCOM but what the heck, it's free.
  20.  
  21. enjoy...
  22.