projects
/
onyx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74be407
)
Update README.md
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Fri, 26 Jun 2020 20:15:16 +0000
(15:15 -0500)
committer
GitHub
<noreply@github.com>
Fri, 26 Jun 2020 20:15:16 +0000
(15:15 -0500)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index d28f70f0631ff0dd6caec8248c0c0bdcc982f88c..729b2dbae05d26de29012d992a60b34cfaa6a56d 100644
(file)
--- 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 |