Compiler-Design Collection of beginner-friendly Lex & Yacc programs ⚙️ Run programs Lex Programs: lex filename.l cc lex.yy.c -ll ./a.out Yacc Programs: lex filename.l yacc -d filename.y cc lex.yy.c y.tab.c -ll ./a.out