summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 29a6b52..51695a7 100644
--- a/README.md
+++ b/README.md
@@ -79,9 +79,9 @@ I fucking wanted to make it.
* `[x]` `var`
* `[x]` `const`
* `[x]` `fn`
-* `[ ]` `if`
-* `[ ]` `else`
-* `[ ]` `while`
+* `[x]` `if`
+* `[x]` `else`
+* `[x]` `while`
* `[x]` `(`
* `[x]` `)`
* `[x]` `{`
@@ -114,8 +114,8 @@ I fucking wanted to make it.
* `[x]` `!=`
* `[x]` `<`
* `[ ]` `>`
-* `[ ]` `<=`
-* `[ ]` `>=`
-* `[ ]` `||`
-* `[ ]` `&&`
+* `[x]` `<=`
+* `[x]` `>=`
+* `[x]` `||`
+* `[x]` `&&`
* `[x]` `//`