Skip to content

pradeepchhetri/mindfuck

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published