https://github.com/jonathanvdc/fbfc
A brainfuck front-end for Flame.
https://github.com/jonathanvdc/fbfc
Last synced: 4 months ago
JSON representation
A brainfuck front-end for Flame.
- Host: GitHub
- URL: https://github.com/jonathanvdc/fbfc
- Owner: jonathanvdc
- License: mit
- Created: 2015-04-19T19:45:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T10:57:16.000Z (about 11 years ago)
- Last Synced: 2025-03-02T07:51:51.806Z (over 1 year ago)
- Language: Brainfuck
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fbfc (Flame.Brainfuck)
fbfc is a brainfuck front-end for the [Flame compiler framework](https://github.com/jonathanvdc/Flame).
It currently supports compiling brainfuck code (*.bf) for the .Net CLR.
## Compiling fbfc
You'll need dsc, which you can obtain at [Flame's releases page](https://github.com/jonathanvdc/Flame/releases).
Make sure your PATH environment variable is set to a value that allows the 'dsc' command to be used anywhere.
Now you can compile fbfc with:
fbfc_build.sh
--OR--
fbfc_build.bat
Both of these files instruct dsc to compile fbfc and then dump all Flame libraries that shipped with dsc in fbfc's bin/ folder.
## Compiling brainfuck with fbfc
fbfc can be used like any (Flame) console compiler.
For now, compile brainfuck with:
fbfc -platform clr/release-console