LMH01 / alpha_tui

My attempt to write a runtime environment and debugger for the Alpha-Notation used in my SysInf lecture.
GNU General Public License v3.0
15 stars 1 forks source link

Always allow NOOP instruction, regardless of the content of the allowed-instructions-file #52

Closed reeelix closed 6 months ago

reeelix commented 6 months ago

Currently, an error is created if an empty line is contained in the source code.
At the same time, specifying NOOP in the allowed instructions file doesn't work.

Empty lines should always be allowed in sourcecode.

LMH01 commented 6 months ago

Fixed, will be included in next release.