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