An open API service indexing awesome lists of open source software.

https://github.com/s0urcedev/anbfc

ANBFC(Again New Brain F*ck Compiler)
https://github.com/s0urcedev/anbfc

brainfuck cpp

Last synced: 11 months ago
JSON representation

ANBFC(Again New Brain F*ck Compiler)

Awesome Lists containing this project

README

          

# anbfc

ANBFC(Again New Brain F*ck Compiler)

Use anbfc.exe or build anbfi.cpp on your system

Run: `anbfc {program name}` and then your BF program will be compiled to cpp program in file `{program base name}.cpp`

`helloworld.bf` — example of Hello World! on Brain F*ck

`helloworld.cpp` — example of compiled Hello World! on Brain F*ck