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

Pascal65 0.26 beta Release

First, a bug causing random crashes during compilation was fixed.

Also, new feature was added - a disk directory browser. This screen is used when the user opens a file in the editor and is also available from the file screen. Files can be opened, renamed, or scratched...

Pascal65 0.25 beta has been released.

This is a minor update with a few bug fixes and a new features.

New features include:

  • Bitwise operators AND, OR, INVERT, and SHIFTs.
  • A demonstration library has been included in the repository that demonstrates how to write a library that can be used b...