Skip to content

Version 12.0 Beta 1

Pre-release
Pre-release

Choose a tag to compare

@irmen irmen released this 11 Sep 21:03
· 187 commits to master since this release

First official test release of Prog8 version 12.0.

The major new features in this version are:

  • support for structs
  • support for typed pointers to simple data types and structs

Detailed documentation of those features can be found in the documentation: https://prog8.readthedocs.io/en/latest/structpointers.html

A summary of other changes will follow soon, but the focus really has been on adding structs and pointers to the language. Much effort has been spent to make sure that existing programs still compile to equal (or better) code than with the version 11 release of the compiler.