Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 280 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 280 Bytes

Compiler

Developed a compiler for Java byte code based custom programming language, which implements compiler phases: Scanner, Parser, Semantic Analysis, Type Checking and Byte Code Generation Employed JUnit Framework for testing and ASM byte code framework for code generation