From 92c78b77df593f4940f4594150571cf6ac64fc9c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 5 May 2025 14:05:20 +0900 Subject: support "while" stmt --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c2ff956..fc7d736 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ To meet the four-day goal, many design decisions were made to reduce complexity * Most syntax sugar is not implemented * No increment/decrement operators * No compound assignment operators - * No `while` + * ~~No `while`~~ + * Implemented after self-hosting * Limited preprocessor * Supports only simple `#define` that replaces identifiers with integer literals * No global variables -- cgit v1.2.3-70-g09d2