Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanvdc/fbfc
A brainfuck front-end for Flame.
https://github.com/jonathanvdc/fbfc
Last synced: 15 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T10:57:16.000Z (over 9 years ago)
- Last Synced: 2023-02-27T09:52:16.886Z (almost 2 years ago)
- Language: Brainfuck
- Size: 152 KB
- Stars: 0
- Watchers: 2
- 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