An open API service indexing awesome lists of open source software.

https://github.com/scriptlinestudios/brainfried

A brainfuck compiler
https://github.com/scriptlinestudios/brainfried

Last synced: 4 months ago
JSON representation

A brainfuck compiler

Awesome Lists containing this project

README

          


Brainfried - A brainfuck compiler


GitHub last commit
GitHub repo size
Lines of code

About


Brainfried is a brainfuck compiler. Which compiles brainfuck code down into x86_64 assembly which can then be compiled using nasm





Setup


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.bf
6. -r is used to run the generated assembly