An open API service indexing awesome lists of open source software.

https://github.com/giuliacassara/tiny-compiler

Simple arithmetic compiler that accepts arithmetic expressions as input and generates LLVM IR code
https://github.com/giuliacassara/tiny-compiler

compiler llvm python

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.