Skip to content

gchilczuk/BrainFuck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Some fun with

BrainFuck

Enjoy.
Recomended interpreter: esoteric.sange.fi/brainfuck
Interpreter made by me: github.com/gchilczuk/BFInterpreter

Licence

MIT

Author

Created by @gchilczuk 16-17.03.2017

simple_calc

Simple calculator can add or substract numbers from 00 to 99; leading zeros are necessary and operation mark must be beetween numbers. Only natural results are supported. Substracting bigger number from smaller evaluates to incorrect results. Examples of valid input: 00+99 99+99 65-09

algorithms

Some simple algoritms in BrainFuck which were used by me during that crazy night. Mostly created by me but Esolang helped me a lot.

About

Some fun with BrainFuck language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published