Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ibara/bfc

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bfc

bfc is a multi-platform compiler that compiles Brainfuck to assembly.

Typical usage is as follows:

$ bfc hello.bf | cc -x assembler -
$ ./a.out

Why?

Read my blog post about this codebase.

Building

Run ./configure to detect your native CPU. Then run make.

Supported backends

  • amd64 (x86_64)
  • i386 (i486, i586, i686, i786)
  • 8080/Z80 (8080, i80, z80)
  • Generic C (for all other CPUs)

Please feel free to add additional CPU support.

License

ISC License. See LICENSE for details.

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.