Releases: Princess-org/Princess
Releases · Princess-org/Princess
Princess 0.1.9
Changes
- implement defer
- allow using function pointers in compile time code
Princess 0.1.8
Changes:
- Pretty much finished compile time code execution (bugs ahead!)
- Fix returning multiple struct values
- Default parameters
Princess 0.1.7
Changes:
- Allow string literals to use
.value
inline
Princess 0.1.6
Changes:
- Implement if expression
Princess 0.1.5
Changes:
- Allow enum values to refer to previous ones
- More work on ctfe
Princess 0.1.4
Changes:
- More compile time code execution, add more libraries to link
- Call cstd::main and std::main
Princess 0.1.3
Changes:
- Simple compile time code evaluation, this isn't finalized in this version but simple constants should work
- Fix a bug that was causing a memory leak for loops etc
Princess 0.1.2
Changes:
- Add binary not operator
Princess 0.1.1
Changes:
- Fix some bugs with lazy loading
Princess 0.1.0
Changes:
- Lazy loading for types and functions, you can now declare things out of order