Skip to content

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

Notifications You must be signed in to change notification settings

callowaysutton/BrainFrickAOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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/)

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published