Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 301 Bytes

File metadata and controls

7 lines (6 loc) · 301 Bytes

Java Compiler written for CSCI 355 Compilers Construction course

Nazarbayev University, Fall 2020

Implementation of a compiler consisted of three main parts:

  1. Implementation of a parser using jflex and CUP
  2. Implementation of a semantic analyzer
  3. Implementation of a translation function