Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eoic/iridium
- Owner: Eoic
- Created: 2019-03-29T19:32:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T19:53:58.000Z (3 months ago)
- Last Synced: 2024-08-11T20:53:53.959Z (3 months ago)
- Topics: c, c-plus-plus, lex, llvm, yacc
- Language: C++
- Homepage:
- Size: 5.06 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iridium
Toy LLVM compiler.
### Prerequisites
```
llvm-7
flex
bison
```
### Compiling
```
make
./compiler -o executable
./executable
```