Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2013-03-15 | 825 Bytes | |
bfx_v0.42.tar.gz | 2013-03-15 | 287.8 kB | |
manual.pdf | 2013-03-12 | 247.3 kB | |
bfx_v0.41.tar.gz | 2013-03-05 | 213.5 kB | |
bfx_v0.40.tar.gz | 2013-03-04 | 168.7 kB | |
bfx_v0.32.tar.gz | 2013-02-27 | 144.8 kB | |
bfx_v0.31.tar.gz | 2013-02-24 | 138.4 kB | |
Totals: 7 Items | 1.2 MB | 0 |
BrainFix v0.42 Tested successfully with g++-4.6 and g++-4.7. Not compatible with older versions of GCC. To install, make the install.sh script executable: $ chmod u+x install.sh And run: $ ./install.sh This should generate 2 executables: - bfx - bf2c The first is the BrainFix compiler, which can be used to translate a BrainFix source file into the BrainFuck Language. The resulting BrainFuck-source can then be translated using the second executable: bf2c. This will generate a C-source file which can be compiled with a C-compiler of your choice. See also the manual (manual.pdf) for the language and compilation details. Happy BrainFucking/Fixing! jorenheit [0x40] gmail [0x2E] com New since version 0.41: * More extensive manual, including implementation details. * Added logical NOT (!) operator.