Subleq: Difference between revisions

Content added Content deleted
Line 900: Line 900:


function interpret(allwords::AbstractVector{Int})
function interpret(allwords::AbstractVector{Int})
words = OffsetArray(copy(allwords), -1)
words = OffsetArray(allwords, -1)
buf = IOBuffer()
buf = IOBuffer()
ip = 0
ip = 0