Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mindfuck Build Status on Linux

Small Brainfuck interpreter

Introduction

Brainfuck is an esoteric programming language with the goal of implementing it with the smallest possible compiler.

Usage

➜ python mindfuck.py [FILE]

You can also use it as a module.

#!/usr/bin/env python

import mindfuck

code = """
  ++++++++++[>+++++++>++++++++++>+++>+<<<<-]
  >++.>+.+++++++..+++.>++.<<+++++++++++++++.
  >.+++.------.--------.>+.>.
"""

mindfuck.eval(code)

About

Small Brainfuck interpreter

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages