diff options
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 |