Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 355 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 355 Bytes

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.