Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lind026/c2ir
https://github.com/lind026/c2ir
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lind026/c2ir
- Owner: linD026
- Created: 2022-06-30T03:59:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T04:26:35.000Z (over 2 years ago)
- Last Synced: 2023-03-04T00:43:44.164Z (almost 2 years ago)
- Language: C++
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_compilerllvm version is :
```bash
$ llvm-config --version
10.0.0
```