Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

pwnwriter/brainfuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The 🧠 Fvck Interpreter

A pretty tiny interpreter for the programming language brainfuck

The goal of this project is to implement a simple interpreter for brainfuck using features built into C.

installation

Installation can be done by using makefile as follows.

$ git clone --depth=1 https://github.com/pwnwriter/brainfuck.git
$ cd brainfuck
$ make
$ sudo/doas make install

You can test the interpreter by running

$ make test 

inside brainfuck directory.
it should show It works!

If you want to help then you can make the interpreter more advanced, i would love to accept your PR's;)

About

//: A simple brainfuck compiler for x86_64-linux in c.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published