[Coco] CMOC C-like compiler now supports modular compilation and linking
    Pierre Sarrazin 
    sarrazip at sarrazip.com
       
    Thu Nov  2 20:58:37 EDT 2017
    
    
  
Hi folks,
I have just published version 0.1.43 of CMOC, my C-like cross-compiler
for the CoCo's Disk Basic environment.
This version adds support for modular compilation and linking.
This means that a large program can now be split into several C files.
Each file can be compiled to an object file (.o) with the -c option,
then another invocation of CMOC with the list of object files will
generate an executable (.bin).
As with other recent CMOC features, users should expect bugs and
missing corner cases. Bug reports are welcome.
Details can be obtained at the CMOC Home Page and in the manual:
    http://sarrazip.com/dev/cmoc.html
-- 
Pierre Sarrazin <sarrazip @ sarrazip . com>
    
    
More information about the Coco
mailing list