bison -d -o y.tab.c --defines=y.tab.h yacc_file.y flex lex_file.l gcc lex.yy.c -L/opt/homebrew/Cellar/flex/2.6.4_2/lib -lfl gcc lex.yy.c y.tab.c -L/opt/homebrew/opt ...
This repository contains the lex and yacc codes for the assignments and each of the 6 weeks of laboratory exercises completed during the sixth semester as part of the course: Compiler Design.
Abstract: This paper contains the details of how one can develop the simple compiler for procedural lanaguage using Lex (Lexical Analyzer Generator) and YACC (Yet Another Compiler-Compiler). Lex tool ...