Version 0.31 of Pascal65 fixes a few minor bugs

  • Slow performance issues with the Bubbles sprite demo are fixed.
  • A compiler directive was added to change the runtime stack size.

Version 0.30 of Pascal65 fixes a few minor bugs and adds support for sprites and pointers to functions and procedures.

  • A Sprites library allows programs to create and position sprites and set some of their attributes.
  • A SpriteMove library allows programs to move sprites along a straight line....

Version 0.29 of Pascal65 adds a few major features, clearing the way for some exciting future additions such as a graphics library. A few minor bugs were fixed long the way but the major new features include:

  • Pascal programs can now read and write files
  • Pointers were added
  • The code generator...

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...

This beta version fixes a few bugs and adds a few new features.

  • Fix: Assignment of integers to real numbers
  • Fix: Arrays of real numbers
  • Fix: A bug in the editor when updating characters while editing
  • New: Variables can be initialized with a value at the time of declaration (all types excep...