work on branches
the concept is different in bosl, move appropriate to virtual
This commit is contained in:
@ -13,7 +13,19 @@ module Register
|
||||
def to_s
|
||||
"Branch: #{block.name}"
|
||||
end
|
||||
alias :inspect :to_s
|
||||
end
|
||||
|
||||
class IsZeroBranch < Branch
|
||||
end
|
||||
|
||||
class IsNegativeBranch < Branch
|
||||
end
|
||||
|
||||
class IsPositiveBranch < Branch
|
||||
end
|
||||
|
||||
class AlwaysBranch < Branch
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user