Skip to content

adomasven/brainfuck_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Brainfuck Interpreter

One of my maths lecturers at Bristol University set us a task to answer what is the sequence:

>+++++[<++>-]<+++ >++++[>+++<-]>[<++++>-]

<.+< . >. < . >-> >

+++++>+< [ >[> >+>+< < <-] > > >[< < <+> > >-]< < < >[<+>-]

< < < <[>+> > > > >+< < < < < <-] >[<+>-] > >

[< <+> > > > >+< < <-] < <[> >+< <-]> > > > >.[-]

< < < < < < < . > > > > > > [<+>-]< < <-]

begining of.

Being a computer scientist i didn't bother to do it by hand and wrote the interpreter instead.

It is however missing the input ',' command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages