https://github.com/scriptlinestudios/brainfried
A brainfuck compiler
https://github.com/scriptlinestudios/brainfried
Last synced: 4 months ago
JSON representation
A brainfuck compiler
- Host: GitHub
- URL: https://github.com/scriptlinestudios/brainfried
- Owner: ScriptLineStudios
- Created: 2022-07-18T11:20:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T07:08:48.000Z (over 3 years ago)
- Last Synced: 2025-04-07T09:39:57.410Z (11 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Brainfried - A brainfuck compiler
About
Brainfried is a brainfuck compiler. Which compiles brainfuck code down into x86_64 assembly which can then be compiled using nasm
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