Execute Brain****: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 682: Line 682:


interpret {
interpret {
loop $(!StateIsValid) {
loop $(StateIsValid) {
command $(get $(characters Code) InstructionPointer)
command $(get $(characters Code) InstructionPointer)


Line 711: Line 711:
Code $(read &0)
Code $(read &0)
CodeLength $(size Code)
CodeLength $(size Code)
Jumps $(!precomputeJumps)
Jumps $(precomputeJumps)


!interpret
interpret
</lang>
</lang>