Skip to content

ScriptLineStudios/Brainfried

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A brainfuck compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages