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

https://github.com/janbaig/llvm-kaleidoscope

Implementing a toy language frontend using LLVM
https://github.com/janbaig/llvm-kaleidoscope

compiler-frontend compilers cpp kaleidoscope llvm

Last synced: about 2 months ago
JSON representation

Implementing a toy language frontend using LLVM

Awesome Lists containing this project

README

        

# LLVM-Kaleidoscope

Designing a compiler leveraging LLVM for code generation, inspired by the architecture of the official LLVM Kaleidoscope tutorial

```bash
// Compiling the cpp version on macOS
clang++ -g -I/opt/homebrew/opt/llvm/include -L/opt/homebrew/opt/llvm/lib -lLLVM -o main main.cpp
```