Releases: Princess-org/Princess
Releases · Princess-org/Princess
Princess 0.3.4
Changes:
- New testsuite
- Add #test pragma
Princess 0.3.3
Changes:
- Add closures
- Bug fixes in the repl
Princess 0.3.2
Changes:
- Add generators (untested)
- Switch normal function pointers to use
def
Princess 0.3.1
- Fix if expression, it now converts the types
- Fix an issue with overloading functions that take a type
Princess 0.3.0
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
Changes:
- Mostly fix issues with references
- Add weak_ref
- Fix circular dependencies
- Hopefully the last version that leaks memory
Princess 0.2.0
Changes
- References are mostly working
- Type constructors
Princess 0.1.22
Changes
- Continue implementing references
Princess 0.1.21
Changes
- Fixed a bug when comparing TYPE_DEF
- Start on implementing support for Windows
Princess 0.1.20
Changes
- Fix a bug with constant evaluation and types
- Fix a bug with type checking