Project

General

Profile

Version 0.0.18 available

Added by Florian Negele almost 5 years ago

Development Version 0.0.18 of the Eigen Compiler Suite is available for evaluation. It fixes various issues and includes the following improvements.

General:
  • Improved generic documentation extraction
  • Unified terminology in diagnostic messages
Oberon:
  • Added compile-time check for omitted return values
  • Unified marking of read-only declarations

The last change rearranges the syntax of constant parameters to match the notation for read-only variables and record fields as outlined in the Oakwood Guidelines [1]. Any value or variable parameter can now be read-only including the receiver of type-bound procedures:

PROCEDURE (VAR complex-: Complex) Real (): REAL;

[1] Kirk, Mössenböck et al. The Oakwood Guidelines for Oberon-2 Compiler Developers. 1995


Comments