Skip to content

Commit

Permalink
fix: more readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Dec 30, 2023
1 parent 9429db6 commit 1e0b8ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Multipass portable C lang compiler toolkit with IR code generator including back
### What works? 🔥

- Local / Global variables
- Advanced types `struct` / `union` / `enum`
- Loops and if conditions `while` / `if` / `do while` / `for`
- Advanced types `struct`, `union`, `enum`
- Loops and if conditions `while`, `if`, `do while`, `for`, `break`, `continue`
- Basic preprocessor with `#ifdef`, `#define`, `#include`
- VA lists `va_arg`, `va_end`, `va_start`
- In expression compound statements
Expand All @@ -46,6 +46,7 @@ Multipass portable C lang compiler toolkit with IR code generator including back

- `float` / `double` types
- Bitfields
- goto

## Install

Expand Down

0 comments on commit 1e0b8ef

Please sign in to comment.