Skip to content

van3ll0pe/GBF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
van3ll0pe
Dec 25, 2021
907c3c4 · Dec 25, 2021

History

2 Commits
Dec 25, 2021
Dec 25, 2021
Dec 25, 2021
Dec 25, 2021
Dec 25, 2021
Dec 25, 2021

Repository files navigation

GBF

An fast BrainFuck interpretor

Brainfuck instructions : '+' -> +1 on the memory case value where the pointer is '-' -> -1 on the memory case value where the pointer is '>' -> the pointer up on the memory case '<' -> the pointer down on the memory case '.' -> print the ascii value of the memory case where the pointer is ',' -> give a ascii value of the memory case where the pointer is '[' -> the "while loop" while the memory case value where the pointer is isn't 0 ']' -> '}'

An example : +++++[>+++++++++++<-]>. -> 7

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published