Releases: SLiV9/penne
Releases · SLiV9/penne
v0.3.4
Fixed a bug where type inference could change the type of a variable from &T
to T
in some cases.
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Fixed a crash when an empty source file was parsed.
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Functions have private linkage by default. Allow constants and primitive operators in constant expressions. Fixed a few bugs.
Full Changelog: v0.3.1...v0.3.2
v0.3.1c
v0.2.1
First release of the Penne compiler, with:
goto
andloop
;- function calls;
- reference pointers with autoderef;
- array views;
- integer casting;
- bytestrings;
- pretty error messages;
- C interop;
- wasm support;
- WASM-4 header file.