Ryex / ic10emu

A Stationeers IC10 code editor and emulator
https://ic10emu.dev/
Apache License 2.0
7 stars 2 forks source link

Some small changes and fixes #4

Closed Emilgardis closed 6 months ago

Emilgardis commented 6 months ago

Applied some clippy suggestions and made the interpreter code more readable.

Also a bug fix for some ops where the emulator would report too many operands when there was in fact no operands.

Ryex commented 6 months ago

Thanks, I kinda forgot clippy was a thing :P. also I like that #operand solution