Tecomp: A compiler for Eiffel (compliant with ECMA-367, ISO/IEC 25436). Tecomp is a command line compiler. It is committed to implement standard Eiffel. Tecomp works on Unix and Windows systems.
Bugfix: Version 0.18 implemented target conversion for binary operators. The implementation bypassed type validity checks with binary operators. Therefore invalid code could be executed which might cause runtime crashes.
New features: - target conversion - self initializing types - some new featues in the kernel library classes SPECIAL, ARRAY and STRING
New features: - Target conversion - Self initializing types - Many feature in the kernel library (SPECIAL, ARRAY, STRING) Some bugfixes
- Initialized attributes added (attribute keyword) - Notes added - Manifest arrays added - some bugfixes
... with the following new features: - Underscore now allowed to improve the readability of integer constants (e.g. 2_100_095). Grouping of 3 is recommended but can be done arbitrarily. The integers have to start with a digit. The underscore is ...
- Underscore now allowed to improve the readability of integer constants (e.g. 2_100_095). Grouping of 3 is recommended but can be done arbitrarily. The integers have to start with a digit. The underscore is allowed in hex, octal and binary as well ...
Exception handling has been implemented. The performance of the virtual machine has been improved by 40%.
Basic exception handling implemented. Performance improvement of the virtual machine by 40%.
== Features == - Conversion procedure allows formal generics as source. This can be used e.g. in containers to convert an element to a container which contains that element. - Conversion procedure allows conversion from generic types with involve ...
Conversion procedure allows formal generics as source. This can be used e.g. in containers to convert an element to a container which contains that element. Conversion procedure allows conversion from generic types with involve anchored types. All ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use