Description: C compiler implementation using lex-yacc.
LEX- YACC are tool used for parsing the tokens.
Then, grammar is used for checking the syntax.
Symbol table , dataTable enteries are made.
To Search:
File list (Check if you may need any files):
MCS_2_ 14_25\a.out
............\compiler.l
............\compiler.y
............\compiler_1.y
............\data_table.txt
............\input.txt
............\input1.txt
............\input2.txt
............\input3.txt
............\input4.txt
............\lex.yy.c
............\op_table.txt
............\output.asm
............\Output.txt
............\sym_tab.txt
............\y.tab.c
............\y.tab.h
MCS_2_ 14_25