Skip to content

jbutcher5/BrainFuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainFuck

An implementation of the popular BrainFuck esoteric programming language in Haskell. The compiler outputs x86_64 Intel assembly that is designed to be assembled with the yasm assembler. The compiler produces assembly that isn't fully optimised but we perform optimisations such as constant folding by taking the summation of consecutive '+'/'-' or '<'/'>' as to cut down on lines of code and improve performance ever so slightly.

About

A brainfuck compiler written in Haskell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published