Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lind026/c2ir


https://github.com/lind026/c2ir

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Educational Compiler

This project is for the compiler course.
It uses flex and bison to generate the AST and convert it to LLVM IR (Intermediate Representation).
The llvm part is modified from the following repo.
- https://github.com/stardust95/TinyCompiler
- https://github.com/lsegal/my_toy_compiler

llvm version is :
```bash
$ llvm-config --version
10.0.0
```