Skip to content

Releases: Princess-org/Princess

Princess 0.3.3

27 Sep 14:03
Compare
Choose a tag to compare
Princess 0.3.3 Pre-release
Pre-release

Changes:

  • Add closures
  • Bug fixes in the repl

Princess 0.3.2

15 Sep 10:31
Compare
Choose a tag to compare
Princess 0.3.2 Pre-release
Pre-release

Changes:

  • Add generators (untested)
  • Switch normal function pointers to use def

Princess 0.3.1

04 Aug 14:26
Compare
Choose a tag to compare
Princess 0.3.1 Pre-release
Pre-release
  • Fix if expression, it now converts the types
  • Fix an issue with overloading functions that take a type

Princess 0.3.0

02 Aug 22:31
23f26f2
Compare
Choose a tag to compare
Princess 0.3.0 Pre-release
Pre-release

Just like the last version, but without most of the leaks. Compiling the compiler should no longer eat all of the available ram, but on the other hand it's going to be a bit slower. The code is a lot cleaner because of templated types.

Princess 0.2.2

29 Jun 10:55
Compare
Choose a tag to compare
Princess 0.2.2 Pre-release
Pre-release

Changes:

  • Mostly fix issues with references
  • Add weak_ref
  • Fix circular dependencies
  • Hopefully the last version that leaks memory

Princess 0.2.0

12 May 11:58
Compare
Choose a tag to compare
Princess 0.2.0 Pre-release
Pre-release

Changes

  • References are mostly working
  • Type constructors

Princess 0.1.22

03 Apr 11:09
Compare
Choose a tag to compare
Princess 0.1.22 Pre-release
Pre-release

Changes

  • Continue implementing references

Princess 0.1.21

30 Jan 15:52
Compare
Choose a tag to compare
Princess 0.1.21 Pre-release
Pre-release

Changes

  • Fixed a bug when comparing TYPE_DEF
  • Start on implementing support for Windows

Princess 0.1.20

18 Jan 14:46
Compare
Choose a tag to compare
Princess 0.1.20 Pre-release
Pre-release

Changes

  • Fix a bug with constant evaluation and types
  • Fix a bug with type checking

Princess 0.1.19

16 Jan 17:24
Compare
Choose a tag to compare
Princess 0.1.19 Pre-release
Pre-release

Changes

  • Fix static ifs not working at function level
  • Experimental support for bit fields (msvc)