Releases: Princess-org/Princess
Releases · Princess-org/Princess
Princess 0.0.3
Changes:
- Switch to autogenerating cstd.pr
- Anonymous structs
- #extern functions and variables
Princess 0.0.2
Changes:
- Universial function call syntax
- Allow leaving out () for function calls with empty parameters
- Automatic dereferencing
- print for static arrays and structs
- Add to_string for enums
Initial release
This build contains debug symbols so please provide stack traces with gdb when you encounter an error.
To install simply unzip the folder into a directory of your choice.
Make sure to install the dependencies:
- python 3.9
- TatSu https://github.com/neogeny/TatSu
- llvm + clang 12
Currently the only operating system supported is linux.
If you want to use it on windows make sure to install and use wsl-2.