diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-11-09 09:07:41 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-11-09 09:07:41 -0800 |
commit | fb26bd2141b18af2419463ab1743dbce1abb6fd0 (patch) | |
tree | 2b3805b6c26f5634dc6fa68e2e7a5e8db691a3f9 /apps | |
parent | 3a74e0e646c26e5f73478815b32b4e7ce12d4a06 (diff) | |
download | mu-fb26bd2141b18af2419463ab1743dbce1abb6fd0.tar.gz |
5731
Diffstat (limited to 'apps')
-rw-r--r-- | apps/mu.subx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 7082a5e6..1be6858f 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -101,17 +101,6 @@ # isn't shadowed by a different one. That may be worth a separate data # structure but for now repeatedly scanning the var stack should suffice. -# == Book-keeping while emitting code for a single statement -# Immutable data: -# function info -# -# Mutable data: -# stack: variables currently in scope -# block id -# type -# ebp offset for function | register id -# dict: register -> var - # == Compiling a single instruction # Determine the function or primitive being called. # If no matches, show all functions/primitives with the same name, along |