Skip to content

Designed a compiler for a programming language specified by my own Regular expressions and Context Free Grammar. Various steps of compiler design including Scanner, Parser, AST Construction, Code Generation and Code Improvement is implemented in various phases. The Compiler is written in Java and the target language is Java byte code.

Notifications You must be signed in to change notification settings

JayakrishnaThota/Compiler-Design

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compiler-Design

Designed a compiler for a programming language specified by my own Regular expressions and Context Free Grammar. Various steps of compiler design including Scanner, Parser, AST Construction, Code Generation and Code Improvement is implemented in various phases. The Compiler is written in Java and the target language is Java byte code.

About

Designed a compiler for a programming language specified by my own Regular expressions and Context Free Grammar. Various steps of compiler design including Scanner, Parser, AST Construction, Code Generation and Code Improvement is implemented in various phases. The Compiler is written in Java and the target language is Java byte code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages