Skip to content
Pushpita Patil edited this page Mar 11, 2018 · 1 revision

Welcome to the CDProj-Compiler wiki!

This is a Compiler Design Project

To compile the lex program, use

lex filename.l

To compile the yacc program, use

yacc -d filename.y

Then use

cc y.tab.c lex.yy.c -ll ./a.out

Clone this wiki locally