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)
- Host: GitHub
- URL: https://github.com/s0urcedev/anbfc
- Owner: s0urcedev
- License: mit
- Created: 2022-07-21T07:37:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T07:37:40.000Z (almost 4 years ago)
- Last Synced: 2025-06-17T14:43:32.515Z (about 1 year ago)
- Topics: brainfuck, cpp
- Language: C++
- Homepage:
- Size: 695 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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