fix while back jump

while normalising the condition had gone before the
jump target accidentally
This commit is contained in:
Torsten Ruger
2018-04-20 09:56:06 +03:00
parent 04359546b7
commit bf6e0853ce
3 changed files with 23 additions and 13 deletions

View File

@ -52,7 +52,7 @@ module MomCompile
is = is.next
end
ret = ""
res.to_s.split(",").each_slice(6).each do |line|
res.to_s.split(",").each_slice(5).each do |line|
ret += " " + line.join(",") + " ,\n"
end
ret.gsub('"' , '')