Execute Brain****/Brat: Difference between revisions

Content deleted Content added
Brat BF interpreter
 
Update to use prototype
Line 26:
 
#Run instructions
bf.prototype.run = {
current_instruction = null
 
Line 76:
 
#Precalcuate '[' and ']' jump locations
bf.prototype.calculate_jumps = {
forwards = []
jumps = [:]