tkellehe / noodel

A programming language designed around supporting ASCII animation based code golfing challenges.
10 stars 0 forks source link

Possible Bug #109

Closed tkellehe closed 7 years ago

tkellehe commented 7 years ago

Seems the command to consume from stack to input seems to consume the whole stack.

tkellehe commented 7 years ago

Where the command is defined in noodel-print.js there is a path.start = and needs to be path.start ==

tkellehe commented 7 years ago

While there, fix the getting the ith element from the stack such that it does not pop off the stack then push on. Messes up the display.