We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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