From: Brendan Hansen Date: Fri, 26 Jun 2020 20:15:16 +0000 (-0500) Subject: Update README.md X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=28b26e070dfadceecd8b7c13fb654368e1d88905;p=onyx.git Update README.md --- 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 |