Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 361 Bytes

BrainFrickAOT

A BF ahead of time interpreter and compiler which transpiles and optimizes BF into Golang and then interprets or compiles the end result

The basic workflow is:

Brainfrick -> AST -> Golang -> Optimized Golang -> Interpretation from Golpal | Compile and run golang

Outputted binaries can also be shrunk with UPX (https://upx.github.io/)