From 01e0ac7a9ffb0b75ec3c86d629da8fd1a5361322 Mon Sep 17 00:00:00 2001 From: Test_User Date: Sun, 01 Dec 2024 09:25:43 -0500 Subject: [PATCH] Optional manual stack freeing --- README.md | 3 +++ diff --git a/README.md b/README.md index 82405d942c58449a43ed8181bccc594db67e95f6..b37ae06faa461abfa028fa48f2b76c6203d917b1 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,6 @@ 3. Support compile-time code execution. 4. More powerful preprocessor. 5. Integer underflow and overflow will be detectable and usable after it has already occurred. +6. You should be able to release variables from the scope they are in, and not only + be controllable by code blocks, so stack variables can be released in differing + orders. -- 2.48.1