This is my systems language (there's a lot of programming languages out there, but this one is mine)
compiler.py:
subprocess.run(["gcc", "-nostdlib", "-static", "-o", "bin/program", "bin/program.o"]) (LINE 56)
GCC Should be replaced with clang. This will make the bootstrap process easier.