giuliacassara / tiny-compiler

Simple arithmetic compiler that accepts arithmetic expressions as input and generates LLVM IR code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple arithmetic compiler that accepts arithmetic expressions as input and generates LLVM IR code


Languages

Language:Python 100.0%