[Coco] CMOC 0.1.91 is out: 10th anniversary release

Pierre Sarrazin sarrazip at sarrazip.com
Sat May 31 00:20:45 EDT 2025


Hi. I have published version 0.1.91 of CMOC, a 6809-generating
cross-compiler for a large subset of the C language.

This version:

- Fixes a bug with casting a long to a char as part of an expression.

- Augment strtol() and strtoul() so that they support leading white space
  characters and a leading plus sign.

- Now reports an error in a case like enum { A } enum { B };
  where a semi-colon is missing before the 2nd 'enum'.

- Provides several minor bug fixes, improvements and optimizations.

Details on the CMOC page: http://sarrazip.com/dev/cmoc.html

The first public release was published on May 31st, 2015.

-- 
Pierre Sarrazin <sarrazip @ sarrazip . com>


More information about the Coco mailing list