Version 0.28 of Pascal65 represents a major milestone. Pascal65 is finally at a mature enough stage to develop programs of a reasonable size. The compiler is able to compile the Five Dice example, a clone of Yahtzee.

This beta release fixes a few minor bugs:

  • A bug with negative array indices (introduced in version 0.27) was fixed.
  • Type checking for Var parameters to routines is now done properly.
  • A crash in the linker when compiling large programs was fixed.