Update README.md

This commit is contained in:
2026-02-28 13:19:41 +11:00
parent 3b3fd447fa
commit 33b1cadffb

View File

@@ -44,10 +44,10 @@ bash build.c
- [x] '=' - [x] '='
- [x] Maths - [x] Maths
- [x] Brackets - [x] Brackets
- [ ] Comparisons - [x] Comparisons
- [ ] Code blocks (` { } `) - [x] Code blocks (` { } `)
- [ ] If - [x] If
- [ ] While - [x] While
- [ ] Function Definition - [ ] Function Definition
- [ ] Function Calls - [ ] Function Calls
- [ ] Structs - [ ] Structs
@@ -62,9 +62,9 @@ bash build.c
- [x] Identifiers (scope->variables[idName]) - [x] Identifiers (scope->variables[idName])
- [x] add (string, int, double) - [x] add (string, int, double)
- [x] subtract, multiply, divide (int, double) - [x] subtract, multiply, divide (int, double)
- [ ] Comparisons (bool) - [x] Comparisons (bool)
- [ ] Code block (none) - [x] Code block (none)
- [ ] if, while (none) - [x] if, while (none)
- [ ] Function definition (fun(...)) - [ ] Function definition (fun(...))
- [ ] Function call (return type of function) - [ ] Function call (return type of function)
- [ ] Struct (template(...)) - [ ] Struct (template(...))
@@ -76,10 +76,10 @@ bash build.c
- [x] '=' - [x] '='
- [x] Maths - [x] Maths
- [x] Brackets - [x] Brackets
- [ ] Comparisons - [x] Comparisons
- [ ] Code blocks (` { } `) - [x] Code blocks (` { } `)
- [ ] If - [x] If
- [ ] While - [x] While
- [ ] Function Definition - [ ] Function Definition
- [ ] Function Calls - [ ] Function Calls
- [ ] Structs - [ ] Structs