c-compiler c-like language Compilation Command g++ -o ./compiler -g -std=c++20 -O0 -fsanitize=address,undefined -fno-omit-frame-pointer compiler.cpp