Skip to content

The simplest Brainfuck compiler I could think of

License

Notifications You must be signed in to change notification settings

3xcpy/bf-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The simplest Brainfuck compiler I could think of

This project should not be used as a Brainfuck implementation (many programs don't even work with it), but if you want to make a Brainfuck compiler, this is probably the simplest way to do so.

Requirements

  • x64 Linux
  • fasm
  • A C compiler

Usage

Compile the compiler

cc bfc.c

Compile the Brainfuck source file

./a.out <source>.bf

Assemble the output

fasm out.asm

Mark it as executable

chmod +x out

About

The simplest Brainfuck compiler I could think of

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages