update to new syntax and patch tests

basic semantics remain, but have to improve test for new functionality
that has to be written for new branch types
This commit is contained in:
Torsten Ruger
2015-10-19 15:31:48 +03:00
parent bdcd0f297d
commit 50379a1fea
8 changed files with 37 additions and 38 deletions

View File

@ -98,7 +98,7 @@ module Register
next if objekt.is_a? Parfait::BinaryCode
write_any( objekt )
end
puts "Assembled #{stream_position} bytes"
#puts "Assembled #{stream_position} bytes"
return @stream.string
end