All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Implement
short
type - Implement
unsigned
-ness - Implement type-qualifiers (
const
,restrict
etc.)
- 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)
- Nested switch-statements caused panic
- Can handle dos-style carriage return (
'\r\n'
) - Cast-expression rvalue bug
- Initial release