Compiler built using C++, compiles to x86_64 assembly code in Ubuntu (WSL).
Compile the complier via cmake: cmake --build build/
Run the complier given an <input.loo> file: ./build/loo <input.loo>
Running the complier will output a out.asm (linux x86_64 assembly) file, a out.o object file, and an out executable file.