https://github.com/eoic/iridium
A simple LLVM programming language.
https://github.com/eoic/iridium
c c-plus-plus lex llvm yacc
Last synced: 6 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T19:53:58.000Z (about 1 year ago)
- Last Synced: 2025-03-29T01:13:37.273Z (7 months ago)
- Topics: c, c-plus-plus, lex, llvm, yacc
- Language: C++
- Homepage:
- Size: 5.05 MB
- Stars: 2
- Watchers: 2
- 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
```