Skip to content

This repository contains the implementation of the front end of a Java Compiler built using YACC and Flex tools

Notifications You must be signed in to change notification settings

tej-prash/mini-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mini-compiler

Description

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

About

This repository contains the implementation of the front end of a Java Compiler built using YACC and Flex tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published