Skip to content

Same as the other one I made, except this time it's in Java lol

Notifications You must be signed in to change notification settings

megamaz/brainfuck_interpreter_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

not gonna write much here, but this is a Java interpreter for Brainfuck. It's rather fast (faster than my python one) but wasn't written to be readable, or user friendly if you don't know how to code. I might change that later, but for now this will do.

If you want to see how the pointer moves about the memory, replace the Interpreter constructor call in App.java to include true as a parameter. Make sure that your console is wide enough to view the whole thing otherwise it's gonna get real fucked up.

And one more thing; it's always going to interpret brainfuck.bf (unless you change that). By default it's the mandlebrot set, but if you want it to be your own code or something else I suggest changing the contenst of that file.

Also, don't trust my code. I'm not that good a java dev.

About

Same as the other one I made, except this time it's in Java lol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published