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.
-
Notifications
You must be signed in to change notification settings - Fork 0
A brainfuck compiler written in Haskell
License
jbutcher5/BrainFuck
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A brainfuck compiler written in Haskell
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published