Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 189 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 189 Bytes

Computer Language Processing

A Compiler which compiles Java-like code into Java Byte code. The compiler is build on top of: Lexer, Parser, Name analysis, Type-Checker and Code generator.