Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
/ brainfuck-v2 Public archive

langage brainfuck avec conditions et caractères

License

Notifications You must be signed in to change notification settings

0xtlt/brainfuck-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck-v2

Install brainfuckv2

npm install -g brainfuckv2

Start your brainfuckv2 program

Run brainfuckv2 file=test.bfk in cmd

Know the installed version

Run brainfuckv2 -v in cmd

Write an brainfuckv2 program

Example : ++>++<++>--[+].

Features table

character what he does
> Go to next pointer
< Return to the previous point
+ Add 1 to the actual value where you are
- Remove 1 to the actual value where you are
. Display the character associated with the value where is located the pointer
$ Display the value where is located the pointer
[] Execute what is between [] as long as the final value is not 0
'<<*<<' Multiply 2 values
"01010101" Binary up to 8 bits
!Number! Change the pointer to the entered value

About

langage brainfuck avec conditions et caractères

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published