Skip to content

garrickp/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Brainfuck

What this is

Yet another unoptimized Brainfuck compiler. This is my test platform for messing around with compilers, optimizations, interpreters, etc. It works, but it sure ain't pretty.

At this moment, it reads the Brainfuck from stdin, translates it into a valid C program, and emits that out stdout. Feed the result into a C compiler, and it should work just fine.

About

Yet Another implementation of Brainfuck, in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors