Skip to content

MindF - An optimizing BrainF language interpreter

License

Notifications You must be signed in to change notification settings

jakes1403/MindF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindF

MindF - An optimizing BrainF*** language interpreter.

The name of the project is a (slightly) less offensive rewording of BrainF***.

What is it?

MindF is my take on running the BrainF*** language, built to decently execute even the slowest of programs at near-compiled speeds. This is thanks to a technique where the program is analyzed before execution, repeated instructions are combined, dead code is removed, and common constructs are simplified.

Can run any BrainF*** file written in the original version of the language, with currently a max cell count of 30,000.