Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eoic/iridium

A simple LLVM programming language.
https://github.com/eoic/iridium

c c-plus-plus lex llvm yacc

Last synced: about 4 hours ago
JSON representation

A simple LLVM programming language.

Awesome Lists containing this project

README

        

# Iridium
Toy LLVM compiler.
### Prerequisites
```
llvm-7
flex
bison
```
### Compiling
```
make
./compiler -o executable
./executable
```