mostly finish index resolve in slot_definition

alas, it reveals error, types may not be set correctly
This commit is contained in:
Torsten Ruger
2018-03-18 10:51:46 +05:30
parent be79388cc5
commit e7b878a353
3 changed files with 25 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
# Instructions derive from class Instruction and form a linked list
# - binary: The binary (jumpable) code that the instructions get assembled into
# - arguments: A type object describing the arguments (name+types) to be passed
# - locals: A type object describing the local variables that the method has
# - frame: A type object describing the local variables that the method has
# - for_type: The Type the Method is for