My C compiler, built in rust. Compiles to x86-64 Nasm Assembly.
Currently supports:
Most declaration keywords, If statements, Return.
Compiler runs the C code found in code.c when running the command: make all
Manual compilation can be done with Check makefile make all