diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-10-29 23:04:12 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-10-29 23:04:12 -0700 |
commit | 01c811d9ae92e91790b4191f4c98b866e1b6611a (patch) | |
tree | fdb865a248075e1d8630ad51d3541d58fc2c36b0 /apps | |
parent | efae9496be7fec29baeffacb5c458b3534e71584 (diff) | |
download | mu-01c811d9ae92e91790b4191f4c98b866e1b6611a.tar.gz |
5724
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mu.subx | 1 |
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 |