Skip to content

🤯 A simple Brainfuck interpreter written in C 🧠

License

Notifications You must be signed in to change notification settings

artium-team/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter

This repository contains a simple Brainfuck interpreter written in C. Brainfuck is an esoteric programming language that consists of only eight commands: +, -, >, <, ., ,, [, and ]. The interpreter reads a Brainfuck program from standard input and executes it.

Usage

You need to compile this program before you can run it:

gcc -o main main.c

To run the interpreter, simply execute the following command:

./main program.bf

About

🤯 A simple Brainfuck interpreter written in C 🧠

Resources

License

Stars

Watchers

Forks

Languages