From 28b26e070dfadceecd8b7c13fb654368e1d88905 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 26 Jun 2020 15:15:16 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d28f70f0..729b2dba 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This a small list of things I want in the language when all is said and done. Ma | Completed | Top-level function declarations only | | Completed | Static symbol resolution where order does not matter | | Completed | Link to externally defined functions (WASM imports) | -| In Progress | Standard C-style control flow | +| Completed | Standard C-style control flow | +| Not Started | Global variables (WASM globals) | | Not Started | Pointers | | Not Started | Structured data | -- 2.25.1