Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.43 KB

File metadata and controls

34 lines (28 loc) · 1.43 KB

Basic-Java-To-Mips-Compiler

A final project for Computer Architecture that converts Java code to MIPS Assembly

Features

  • A compiler that can handle basic language operations such as:
    • Arithmetic operations,
    • User-defined functions,
    • Loop structures, and
    • Print statements
  • Operations are logged on the terminal for easy debugging!!
  • Handle errors in real-time and are logged on the terminal
  • A simple GUI that shows the original Java code to MIPS Assembly code

Screenshots