Skip to content
none-None1 edited this page Jul 7, 2023 · 3 revisions

Error checks

The project does NOT implement error checks.

When an unmatched ] exists in your brainfuck code, it throws a 'pop from empty list' exception.

When an unmatched [ exists in your brainfuck code, it throws a 'KeyError' exception.

When the brainfuck code makes the pointer to move to the left of the origin, it causes undefined behavior.

Clone this wiki locally