ECX is an E Compiler written from scratch in E, it supports 68020+FPU
and PowerPC CPUs, AmigaOS3, MorphOS and (experimental) AmigaOS4
operating systems.
High source as well as binary compatibility, together with many
improvements over previous implementations of the language.
More here: http://blubbedev.net/ecx/
ECX v57 (2.2.1) - November 2009
-------------------------------------------------------------------------------
- Error message for unterminated strings/comments gave useless line number,
fixed. (thx Elwood)
- PPC 64bit integer comparison had a bug, fixed.
- Receiving 64bit values from SYSV library functions did not work, fixed.
- Usage of DisposeLink() from EC/CreativE compiled module caused crash, fixed.
- morphos/tinygl.m module was broken, fixed.
|