This repository contains the implementation of the front end of a Java Compiler built using YACC and Flex tools
while-java.l -> Contains the implementation of the lexical phase of the compiler, built using Flex
while-java.y -> Contains the implementation of the syntactic and semantic parser of the compiler, built using YACC