A compiler for the MONAD language from Advent of Code 2021 Day 24.
Repo accompanying my Compiler Adventures blog post series: https://medium.com/@predrag.gruevski/compiler-adventures-part-1-no-op-instructions-c084358c7864
only_parser
(link):Instruction
data type and parser for programspart1
(link): Code at the start of Compiler Adventures, episode 1part1_finished
(link): Code at the end of Compiler Adventures, episode 1: implemented no-op instruction removal