Skip to content

Latest commit

 

History

History
6 lines (2 loc) · 367 Bytes

README.md

File metadata and controls

6 lines (2 loc) · 367 Bytes

Basic Arithmetic Compiler using LLVM

The project involves designing and implementing a simple arithmetic compiler that accepts arithmetic expressions as input and generates LLVM IR code. The compiler should be able to handle basic arithmetic operations like addition, subtraction, multiplication, and division, as well as parentheses for grouping expressions.