fix most mom and risc apart
apart from things involving builtn, which is not yet conceptually solved (as it codes risc, not mom)
This commit is contained in:
@ -38,7 +38,9 @@ module Mom
|
||||
end
|
||||
|
||||
def to_risc( )
|
||||
riscs = []
|
||||
riscs = method_compilers.collect do | mom_c |
|
||||
mom_c.to_risc
|
||||
end
|
||||
# to_risc all compilers
|
||||
# for each suffling constnts and fist label, then all instructions (see below)
|
||||
# then create risc collection
|
||||
|
Reference in New Issue
Block a user