Skip to content

vaibhavDoesntCode/Brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Brainfuck Interpreter

A simple Brainfuck interpreter written in C. This project aims to provide a basic interpreter for the Brainfuck programming language, allowing users to run Brainfuck code and understand its execution.

Table of Contents

Introduction

Brainfuck is an esoteric programming language created in 1993 by Urban Müller. Noted for its extreme minimalism, it consists of only eight commands and operates on an array of memory cells. This interpreter allows you to execute Brainfuck programs and view their output.

Installation

Clone the repository:

git clone https://github.com/yourusername/brainfuck-interpreter.git
cd brainfuck-interpreter

Usage

To run a Brainfuck program, use the following command:

./brainfuck "<program>"

Examples

Hello World

./brainfuck >++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>>++++++++[<++++>-]<.>>>++++++++++.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages