Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 246 Bytes

File metadata and controls

6 lines (3 loc) · 246 Bytes

Micro-java-compiler

Homework/project in Compiler Construction 1(13E114PP1) at the University of Belgrade, School of Electrical Engineering.

A working compiler for a simplified version of Java. Uses JFlex as the lexer, and cup as the parser.