ajsnow / kaleidoscope

Golang Port of LLVM's Kaleidoscope Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kaleidoscope

Go port of LLVM's Kaleidoscope Tutorial using the go-llvm/llvm doc bindings.

This is a fully functional clone of the completed tutorial. Currently, I'm refactoring the finished code into ideomatic Go. The lexer and parser are now pretty good. The codegen code, error handling and maybe test integration are what's left. After the refactoring is complete, I will break it back up into chapters and port the text of the tutorial as well.

Other Resources

About

Golang Port of LLVM's Kaleidoscope Tutorial

License:MIT License


Languages

Language:Go 98.0%Language:C 2.0%