CD_LAB Steps to run Any Parser Program: lex filename.l yacc -d filename.y gcc lex.yy.c y.tab.c -w ./a.out