aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ec6e1bb..e1298a5 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ To meet the four-day goal, many design decisions were made to reduce complexity
* No support for function types
* Type information always precede the variable name
* Minimal syntax sugar
- * No increment/decrement operators
+ * ~~No increment/decrement operators~~
+ * Partially implemented after self-hosting
* ~~No compound assignment operators~~
* Implemented after self-hosting
* ~~No `while`~~