Skip to content

sylviot/brainfuck-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck interpreter

Build Status

A simple brain fuck interpreter in javascript

Commands

Command Operator
Incremment +
Decremment -
Forward >
Backward <
Input , ▪️
Output .
Debug # ▪️
Legend
▪️ Not implemented
Implemented

How use

bf('++++++++[>++++[>++>+++>+++>+<<<<-]>+>->+>>+[<]<-]>>.>>---.+++++++..+++.', console.log);

Enjoy 😄

About

brainf*ck interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published