Skip to content

Thread554/BrainFuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

BrainFuck Language

What is a BrainFuck

Brainfuck is an esoteric programming language created in 1993 by Swiss physics student Urban Müller. Designed to be extremely minimalistic, the language consists of only eight simple commands, a data pointer and an instruction pointer

About Syntax

Command Description
"+" Increments the value in the current cell by 1
"-" Decreases the value of the current cell by 1
">" Move to next cell
"<" Move to previous cell
"<" Move to previous cell
"." Displaying the contents of the current cell
"," Entering a character from the keyboard into the current cell
"g" goto statement
"@" Stopping the interpreter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages