From 33b1cadffbf34fdd26ec9aa3be93639ab47b62ca Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Sat, 28 Feb 2026 13:19:41 +1100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 607e9c5..eb8bf28 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ bash build.c - [x] '=' - [x] Maths - [x] Brackets - - [ ] Comparisons - - [ ] Code blocks (` { } `) - - [ ] If - - [ ] While + - [x] Comparisons + - [x] Code blocks (` { } `) + - [x] If + - [x] While - [ ] Function Definition - [ ] Function Calls - [ ] Structs @@ -62,9 +62,9 @@ bash build.c - [x] Identifiers (scope->variables[idName]) - [x] add (string, int, double) - [x] subtract, multiply, divide (int, double) - - [ ] Comparisons (bool) - - [ ] Code block (none) - - [ ] if, while (none) + - [x] Comparisons (bool) + - [x] Code block (none) + - [x] if, while (none) - [ ] Function definition (fun(...)) - [ ] Function call (return type of function) - [ ] Struct (template(...)) @@ -76,10 +76,10 @@ bash build.c - [x] '=' - [x] Maths - [x] Brackets - - [ ] Comparisons - - [ ] Code blocks (` { } `) - - [ ] If - - [ ] While + - [x] Comparisons + - [x] Code blocks (` { } `) + - [x] If + - [x] While - [ ] Function Definition - [ ] Function Calls - [ ] Structs