Skip to content

A Rust implementation of the LLVM Kaleidoscope toy compiler

Notifications You must be signed in to change notification settings

pejato/kaleidoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working through the LLVM Kaleidoscope tutorial using Rust.

This project uses Inkwell to interface with LLVM. Originally, it used llvm-sys to directly interact with LLVM's C FFI, but it became painful to reconcile C style lifetime management with the Rust ownership system.

Tentative roadmap / progress list:

About

A Rust implementation of the LLVM Kaleidoscope toy compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages