Skip to content

Releases: PhilippRados/wrecc

v0.2.0

19 Apr 18:31
Compare
Choose a tag to compare

Release Notes

Added

  • Support for arrays with unspecified size (int array[] = {1,2,3})
  • Capability to compile multiple files at once (wrecc foo.c bar.c -o cool_file)
  • Implemented all storage-class-specifiers (extern, static etc.)
  • Changelog (inception)

Fixed

  • Nested switch-statements caused panic
  • Can handle dos-style carriage return ('\r\n')
  • Cast-expression rvalue bug

Install wrecc 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PhilippRados/wrecc/releases/download/v0.2.0/wrecc-installer.sh | sh

Download wrecc 0.2.0

File Platform Checksum
wrecc-x86_64-apple-darwin.tar.xz Intel macOS checksum
wrecc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
wrecc-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

v0.1.0

03 Apr 18:24
Compare
Choose a tag to compare

Install wrecc 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PhilippRados/wrecc/releases/download/v0.1.0/wrecc-installer.sh | sh

Download wrecc 0.1.0

File Platform Checksum
wrecc-x86_64-apple-darwin.tar.xz Intel macOS checksum
wrecc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
wrecc-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum