Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 269 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 269 Bytes

CMPE230

Systems Programming Course Projects, Bogazici University

Project1

  • Advanced Calculator Interpreter
  • Define variables
  • Use variables later
  • 11 different operations

Project2

  • Advanced Calculator Transpiler
  • Translate input of Project1 to LLVM IR