Compiler Design Assignment
- Navya Khurana (2021hs70014)
- Ayush Behl (2021hs70013)
- Sudhit Jain (2021hs70038)
- Kartik Kapoor (2021hs70005)
- flex compilerLex.l
- bison -d compilerYacc.y
- gcc lex.yy.c compilerYacc.tab.c -o compiler
- compiler.exe //to open the compiler