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] 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