about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-10-29 23:04:12 -0700
committerKartik Agaram <vc@akkartik.com>2019-10-29 23:04:12 -0700
commit01c811d9ae92e91790b4191f4c98b866e1b6611a (patch)
treefdb865a248075e1d8630ad51d3541d58fc2c36b0 /apps
parentefae9496be7fec29baeffacb5c458b3534e71584 (diff)
downloadmu-01c811d9ae92e91790b4191f4c98b866e1b6611a.tar.gz
5724
Diffstat (limited to 'apps')
-rw-r--r--apps/mu.subx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index bb6cd195..5036103e 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -64,6 +64,7 @@ Function-size:
 #   cdr: (address type-sexpr)
 
 # Still todo:
+#   global variables
 #   heap allocations (planned name: 'handle')
 #   user-defined types: 'type' for structs, 'choice' for unions
 #   short-lived 'address' type for efficiently writing inside nested structs