spl0i7 / gollvm-bf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gollvm-bf

banner

This is a toy project exploring viability of generating LLVM IR from brainfuck source in Go. It has two parts

(a) Interpreter - Typical interpreter implementation of the brainfuck for referencing program output

(b) Compiler - Compiles source into LLVM IR which can then further be compiled to binary via clang.

About


Languages

Language:Brainfuck 92.1%Language:Go 7.3%Language:Shell 0.6%