Decaf Compiler Instructions to run the code Change Working Directory to src folder. cd src Run make command. To run the Compiler, run the command ./syntax_analyser <path_to_prog_file>. If path_to_prog_file is not specified, stdin as taken as input.