Brainfried is a brainfuck compiler. Which compiles brainfuck code down into x86_64 assembly which can then be compiled using nasm
To get started. Install nasm for your linux distro
1. git clone https://github.com/ScriptLineStudios/Brainfried.git 2. cd Brainfried 3. pip install . 4. You can now use the command: "brainfry" for any brainfuck file. Example: 5. brainfry -r examples/fibb.b 6. -r is used to run the generated assembly