
rmc_assemble
(an assembler for LMC assembly) that will be able to be used with the LMC emulator I've made.
I decided to develop this tool using test-driven development, because I can steal the example programs from the online simulator and use them as test data. Today I set up a test and a stub function, but haven't started implementing yet.
I also updated my project to the 2024 edition of Rust (which became stable this month). This didn't require any code changes.
Tomorrow I plan to continue working on the assembler program :)