Skip to content

A Compiler helpful to learn Brain rot / Brainfuck programming language

License

Notifications You must be signed in to change notification settings

kareem1207/BrainFuck-c-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Programming language

Introduction

Brainfuck is a programming language that is designed to attack our brain.

Instructions

In this language :

  • '+' -> Will add by '+' count
  • '-' -> Will remove by '-' count
  • '.' -> Will print the current location value
  • ',' -> Will allow user to give input
  • '[]' -> Will act like a loop

Features

It is developed in C language which means it faster and also optimized for speeder input and output operations.

Output

output

About

A Compiler helpful to learn Brain rot / Brainfuck programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages