From 1aca174e4e526008cf6f7cc987d62810ad5d135d Mon Sep 17 00:00:00 2001 From: Philipp Rados <60818062+PhilippRados@users.noreply.github.com> Date: Fri, 19 Apr 2024 19:42:03 +0200 Subject: [PATCH] Update README.md for new release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 629dee8..8dfae66 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The compiler emits [x86-64](https://en.wikipedia.org/wiki/X86-64) assembly in [A ### Pre-built binaries If you don't have the rust toolchain installed on your system you can install the latest binary (MacOs, Linux) from the releases directly: ``` -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PhilippRados/wrecc/releases/download/v0.1.0/wrecc-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PhilippRados/wrecc/releases/download/v0.2.0/wrecc-installer.sh | sh ``` ### Cargo Using `cargo binstall` @@ -56,7 +56,7 @@ The preprocessor implements all [C99 preprocessor directives](https://en.cpprefe ### Compiler #### Supported Keywords -keywords +keywords #### Other than that it even supports:
@@ -111,7 +111,7 @@ The preprocessor implements all [C99 preprocessor directives](https://en.cpprefe #### Unimplemented Features Aside from the missing keywords these are the main missing features: - [x] Arrays with unspecified size -- [ ] Compiling multiple files at once +- [x] Compiling multiple files at once - [ ] Raw structs/unions as function argument-/return-types - [ ] Floating point types