meiao / esolangs

A collection of interpreters for esoteric languages.
GNU General Public License v3.0
0 stars 0 forks source link

Brainfuck optimization - create noop instruction #10

Closed meiao closed 1 year ago

meiao commented 1 year ago

The noop instruction will be temporarily added during optimization and should be later be removed. The final bytecode after all optimizations should not contain any noops, but the VM should handle them gracefully, in case any is left.