You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2019. It is now read-only.
During execution and especially afterwards, the debugger should provide the following statistics based on the debug output from the brainfuck executable:
total jumps
total moves
total increments/decrements
total writes
total reads
This gives important information that will aid the development of optimizations.