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.