Releases: Princess-org/Princess
Releases · Princess-org/Princess
Princess 0.1.19
Changes
- Fix static ifs not working at function level
- Experimental support for bit fields (msvc)
Princess 0.1.18
- Start implementing the standard library in Princess itself
- Half baked version of references that leak memory
- Implement type_of operator
- Implement word and unsigned
Princess 0.1.17
Changes:
make assert a statement
Princess 0.1.16
Changes:
- Polymorphic functions
- References
- Fix newlines in case statements
- Underscore identifier
- Reflection
Princess 0.1.15
Changes
- Fix compile time code execution
Princess 0.1.14
Changes
- Restructure the c includes
- New name mangling scheme that produces readable results
- Add refering to function overloads by types used
- Add special underscore identifier in functions
Princess 0.1.13
Changes
- Fix error reporting
- The repl can now import parser and other files
Princess 0.1.12
Changes:
- Make the REPL execute the main function
- Fix pointers not getting an undefined field error with UCS
Princess 0.1.11
Changes:
- Fix varargs
- Make the REPL more powerful
Princess 0.1.10
Changes:
- Add a REPL
- Fix booleans to 0 an 1 (they were -1 once)